update chungus to clan (wip)

This commit is contained in:
Ingolf Wagner 2024-05-29 10:05:07 +02:00
parent 7b7dc77621
commit 48478ec02f
Signed by: palo
GPG key ID: 76BF5F1928B9618B
3 changed files with 3 additions and 2 deletions

View file

@ -213,6 +213,7 @@
{
nix.settings.substituters = [ "https://cache.nixos.org/" ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.max-jobs = 1;
# no channesl needed this way
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
})

View file

@ -8,7 +8,7 @@
# todo : rename to component.init.ssh
# todo : make tor optional
configuration.init-ssh = {
enable = "enabled";
#enable = "enabled";
kernelModules = [ "e1000e" ];
};

View file

@ -18,7 +18,7 @@
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
networking.useDHCP = true;
# networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
# networking.interfaces.tinc.private.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;