Add nixos options.
This commit is contained in:
@@ -24,20 +24,9 @@
|
||||
./system/bluetooth.nix
|
||||
./system/environment.nix
|
||||
./system/locale.nix
|
||||
./system/nixos.nix
|
||||
./system/security.nix
|
||||
./system/time.nix
|
||||
./system/users.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
gc.options = "--delete-older-than 30d";
|
||||
optimise.automatic = true;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user