diff --git a/machines/kat-manah/hardware-configuration.nix b/machines/kat-manah/hardware-configuration.nix index cbdb4ea..5d216b3 100644 --- a/machines/kat-manah/hardware-configuration.nix +++ b/machines/kat-manah/hardware-configuration.nix @@ -34,6 +34,25 @@ fsType = "vfat"; }; + fileSystems."/.ssd" = { + device = "UUID=b4fc22f8-aecd-4cde-b77d-79825fae65eb"; + fsType = "bcachefs"; + options = [ "fsck" "fix_errors" ]; + neededForBoot = true; + }; + + fileSystems."/nix/store" = { + device = "/.ssd/nix-store"; + options = [ "bind" ]; + depends = [ "/.ssd" ]; + }; + + fileSystems."/var/lib/libvirt" = { + device = "/.ssd/libvirt"; + options = [ "bind" ]; + depends = [ "/.ssd" ]; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking