Compare commits

..

No commits in common. "6414b1cd492abd3df0bb5726cbaef0a70d0184f0" and "4b2667b061d974b5b1b141c6aa40abb081259061" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View file

@ -189,11 +189,11 @@
"zig": "zig" "zig": "zig"
}, },
"locked": { "locked": {
"lastModified": 1725470913, "lastModified": 1725412681,
"narHash": "sha256-129LChuzdtMKExUope96dwyf43Gd1cR+ISvMYIXj+30=", "narHash": "sha256-B5Zuo+f50FBtE8jY1Rx/ZXMLh5jLrfLpSzbkxPx3yso=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "125982a5e2b6c2b60caa7ef6740bd81db9c45a5b", "rev": "3e9163e4c60ed04fd6b2911c9f9304ad4cdb2d9c",
"revCount": 7191, "revCount": 7189,
"type": "git", "type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty" "url": "ssh://git@github.com/ghostty-org/ghostty"
}, },

View file

@ -13,7 +13,7 @@ in
]; ];
# Debug # Debug
# boot.zfs.forceImportRoot = lib.mkForce true; boot.zfs.forceImportRoot = lib.mkForce true;
boot = { boot = {
initrd = { initrd = {
@ -99,7 +99,7 @@ in
# ZFS # ZFS
zfs.enable = true; zfs.enable = true;
zfs.mountPoolsAtBoot = [ "nahar" ]; # zfs.mountPoolsAtBoot = [ "eru" ];
# NFS # NFS
nfs.enable = true; nfs.enable = true;