nix config to save some space

This commit is contained in:
Dennis Frieberg 2024-10-13 13:45:11 +02:00
parent e7154785dd
commit ec46a28278
Signed by: nerf
GPG key ID: 7C58AFED036072C5
4 changed files with 36 additions and 19 deletions

View file

@ -5,18 +5,11 @@
}: {
imports = [
./admins.nix
./nix_keys.nix
./nix.nix
./prometheusNodeExporter.nix
../modules/impermanence.nix
];
nix = {
extraOptions = ''
experimental-features = nix-command flakes
builders-use-substitutes = true
'';
};
networking = {
firewall = {
# these shoud be default, but better make sure!