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.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/tv/1systems/bu/disks.nix b/tv/1systems/bu/disks.nix
deleted file mode 100644
index deabefa7..00000000
--- a/tv/1systems/bu/disks.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- 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";
- };
-}