mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hosts: Removed network-manager
This commit is contained in:
parent
5ad7828c32
commit
19ab6a6881
7 changed files with 5 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
/result
|
||||
/result*
|
||||
/.direnv/
|
||||
secrets.nix
|
||||
!profiles/common/nixos/secrets.nix
|
||||
!profiles/kat/home/secrets.nix
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
networking.useDHCP = false;
|
||||
networking.interfaces.enp1s0.useDHCP = true;
|
||||
networking.interfaces.wlp2s0.useDHCP = true;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
networking.useDHCP = false;
|
||||
networking.interfaces.enp1s0.useDHCP = true;
|
||||
networking.interfaces.wlp2s0.useDHCP = true;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ in {
|
|||
};
|
||||
|
||||
katnet.private.interfaces = singleton "hexnet";
|
||||
katnet.public.interfaces = singleton "enp34s0";
|
||||
katnet.public.interfaces = singleton "br";
|
||||
|
||||
services.usbmuxd.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
networking.useDHCP = false;
|
||||
networking.interfaces.enp1s0.useDHCP = true;
|
||||
networking.interfaces.wlp2s0.useDHCP = true;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
hexchen.network = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ ./light.nix ./wifi.nix ];
|
||||
imports = [ ./light.nix ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{ }
|
||||
Loading…
Add table
Add a link
Reference in a new issue