From 2ca6e3deaef720c803dfa7ebaf31dbabd101960a Mon Sep 17 00:00:00 2001 From: yukkop Date: Thu, 3 Sep 2026 06:51:35 +0000 Subject: [PATCH] feat: `hectic-lab`: volume -> /nix --- nixos/system/hectic-lab/hectic-lab.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 84dd6d76..1c841774 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -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