update chungus to clan (wip)
This commit is contained in:
parent
7b7dc77621
commit
48478ec02f
3 changed files with 3 additions and 2 deletions
|
@ -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}" ];
|
||||
})
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# todo : rename to component.init.ssh
|
||||
# todo : make tor optional
|
||||
configuration.init-ssh = {
|
||||
enable = "enabled";
|
||||
#enable = "enabled";
|
||||
kernelModules = [ "e1000e" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue