aboutsummaryrefslogtreecommitdiff
path: root/nixos/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hardware-configuration.nix')
-rw-r--r--nixos/hardware-configuration.nix10
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";
-}