Compare commits

...

2 commits

Author SHA1 Message Date
6414b1cd49
update ghostty
Some checks are pending
Build / nix-build (native-x86_64, gandalf) (push) Waiting to run
Build / nix-build (native-x86_64, telchar) (push) Waiting to run
Build / nix-build (native-x86_64, telperion) (push) Waiting to run
Build / Nix Build Successful (push) Blocked by required conditions
Build / nix-build (native-aarch64, varda) (push) Successful in 2m11s
2024-09-04 14:15:01 -05:00
aa8e22ffae
zfs pool config 2024-09-04 14:14:51 -05:00
2 changed files with 6 additions and 6 deletions

View file

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

View file

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