summaryrefslogtreecommitdiff
path: root/ullr
diff options
context:
space:
mode:
Diffstat (limited to 'ullr')
-rw-r--r--ullr/hw.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/ullr/hw.nix b/ullr/hw.nix
index a1f8edce..11bcbecf 100644
--- a/ullr/hw.nix
+++ b/ullr/hw.nix
@@ -11,9 +11,14 @@
11 boot.extraModulePackages = [ ]; 11 boot.extraModulePackages = [ ];
12 12
13 fileSystems."/" = 13 fileSystems."/" =
14 { device = "/dev/sda1"; 14 { device = "/dev/sda2";
15 fsType = "btrfs"; 15 fsType = "btrfs";
16 }; 16 };
17 17
18 fileSystems."/boot" =
19 { device = "/dev/disk/by-uuid/f6a369e3-4be6-413f-8b9e-985a113c66f7";
20 fsType = "ext4";
21 };
22
18 swapDevices = [ ]; 23 swapDevices = [ ];
19} 24}