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

View file

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

View file

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