feat: hectic-lab: volume -> /nix

This commit is contained in:
2026-09-03 06:51:35 +00:00
parent 27ccff23f3
commit 2ca6e3deae
+6
View File
@@ -141,6 +141,12 @@ in {
options = [ "umask=0077" ];
};
fileSystems."/nix" = lib.mkForce {
device = "/dev/disk/by-id/scsi-0HC_Volume_106777875";
fsType = "ext4";
neededForBoot = true;
};
programs.zsh.enable = true;
programs.zsh.interactiveShellInit = ''
setopt vi