From 0c4f3acb281be6290c55a6e96bc29fab5b5c7a11 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 11 Sep 2023 18:24:28 +0200 Subject: stockholm -> hrm --- systems/bu/disks.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 systems/bu/disks.nix (limited to 'systems/bu/disks.nix') diff --git a/systems/bu/disks.nix b/systems/bu/disks.nix new file mode 100644 index 0000000..deabefa --- /dev/null +++ b/systems/bu/disks.nix @@ -0,0 +1,19 @@ +{ + boot.initrd.luks.devices.buda2.device = "/dev/sda2"; + fileSystems."/" = { + device = "buda2/root"; + fsType = "zfs"; + }; + fileSystems."/bku" = { + device = "buda2/bku"; + fsType = "zfs"; + }; + fileSystems."/home" = { + device = "buda2/home"; + fsType = "zfs"; + }; + fileSystems."/boot" = { + device = "/dev/sda1"; + fsType = "vfat"; + }; +} -- cgit v1.2.3 [cgit] Unable to lock slot /tmp/cgit/ca300000.lock: Permission denied (13)