summaryrefslogtreecommitdiffstats
path: root/tv/1systems/bu/disks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/1systems/bu/disks.nix')
-rw-r--r--tv/1systems/bu/disks.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/tv/1systems/bu/disks.nix b/tv/1systems/bu/disks.nix
new file mode 100644
index 000000000..e634209f4
--- /dev/null
+++ b/tv/1systems/bu/disks.nix
@@ -0,0 +1,15 @@
+{
+ boot.initrd.luks.devices.buda2.device = "/dev/sda2";
+ fileSystems."/" = {
+ device = "buda2/root";
+ fsType = "zfs";
+ };
+ fileSystems."/home" = {
+ device = "buda2/home";
+ fsType = "zfs";
+ };
+ fileSystems."/boot" = {
+ device = "/dev/sda1";
+ fsType = "vfat";
+ };
+}
[cgit] Unable to lock slot /tmp/cgit/1d000000.lock: No such file or directory (2)