Compare commits
2 commits
4b2667b061
...
6414b1cd49
Author | SHA1 | Date | |
---|---|---|---|
6414b1cd49 | |||
aa8e22ffae |
2 changed files with 6 additions and 6 deletions
|
@ -189,11 +189,11 @@
|
||||||
"zig": "zig"
|
"zig": "zig"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725412681,
|
"lastModified": 1725470913,
|
||||||
"narHash": "sha256-B5Zuo+f50FBtE8jY1Rx/ZXMLh5jLrfLpSzbkxPx3yso=",
|
"narHash": "sha256-129LChuzdtMKExUope96dwyf43Gd1cR+ISvMYIXj+30=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "3e9163e4c60ed04fd6b2911c9f9304ad4cdb2d9c",
|
"rev": "125982a5e2b6c2b60caa7ef6740bd81db9c45a5b",
|
||||||
"revCount": 7189,
|
"revCount": 7191,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@github.com/ghostty-org/ghostty"
|
"url": "ssh://git@github.com/ghostty-org/ghostty"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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 = [ "eru" ];
|
zfs.mountPoolsAtBoot = [ "nahar" ];
|
||||||
|
|
||||||
# NFS
|
# NFS
|
||||||
nfs.enable = true;
|
nfs.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue