Compare commits

..

No commits in common. "4e8cfc0033e9653c2bb15d599a66335e9ebb0506" and "64e219597065e6e572e851e8e8f85572d2555d5d" have entirely different histories.

2 changed files with 1 additions and 15 deletions

View File

@ -96,22 +96,9 @@
forwardX11 = true;
};
services.printing = {
enable = true;
};
services.avahi = {
enable = true;
nssmdns = true;
};
nix = {
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
keep-outputs = true
keep-derivations = true
'';
extraOptions = "experimental-features = nix-command flakes";
autoOptimiseStore = true;
gc = {

View File

@ -5,7 +5,6 @@
direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
};
}