1
0
Fork 0
forked from fabian/nix
This commit is contained in:
Fabian Montero 2025-09-11 00:15:44 -06:00
parent af0ff75f47
commit f27c382b05
Signed by untrusted user: fabian
GPG key ID: 3EDA9AE3937CCDE3
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,6 @@ in {
chathistory = true; chathistory = true;
channels = [ channels = [
"#lobsters" "#lobsters"
]; ];
}; };
}; };

View file

@ -59,7 +59,7 @@
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
tmp.useTmpfs = true; tmp.useTmpfs = true;
supportedFilesystems = [ "zfs" ]; supportedFilesystems = ["zfs"];
zfs = { zfs = {
forceImportRoot = false; forceImportRoot = false;
useKeyringForCredentials = true; useKeyringForCredentials = true;