diff options
author | NotAShelf <itsashelf@gmail.com> | 2023-04-25 23:10:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 21:10:57 +0100 |
commit | 243a9339f041f62c1b5d8c05b415b126349c95b5 (patch) | |
tree | 315d2fafb2ed592e13ebd299f31fcd5d74e2127e /nixos/hardware-configuration.nix | |
parent | 4b0c88736979fe2cb8e98e8e0ae12caf7e876141 (diff) |
reflopactor (#1)
Diffstat (limited to 'nixos/hardware-configuration.nix')
-rw-r--r-- | nixos/hardware-configuration.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix deleted file mode 100644 index dd00939..0000000 --- a/nixos/hardware-configuration.nix +++ /dev/null @@ -1,10 +0,0 @@ -# This is just an example, you should generate yours with nixos-generate-config and put it in here. -{ - fileSystems."/" = { - device = "/dev/sda1"; - fsType = "ext4"; - }; - - # Set your system kind (needed for flakes) - nixpkgs.hostPlatform = "x86_64-linux"; -} |