Switch to networkmanager
This commit is contained in:
parent
a592039b00
commit
7b63660bbc
3 changed files with 10 additions and 17 deletions
|
@ -14,14 +14,7 @@
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking.hostName = "oldtown";
|
||||||
hostName = "oldtown";
|
|
||||||
wireless.enable = true;
|
|
||||||
interfaces = {
|
|
||||||
enp0s31f6.useDHCP = true;
|
|
||||||
wlp2s0.useDHCP = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/Brussels";
|
||||||
|
|
||||||
|
|
|
@ -14,14 +14,7 @@
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking.hostName = "pentos";
|
||||||
hostName = "pentos";
|
|
||||||
wireless.enable = true;
|
|
||||||
interfaces = {
|
|
||||||
enp0s31f6.useDHCP = true;
|
|
||||||
wlp0s20f3.useDHCP = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/Brussels";
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,15 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.networkmanager = {
|
||||||
|
enable = true;
|
||||||
|
packages = [ pkgs.networkmanager-vpnc ];
|
||||||
|
wifi.macAddress = "random";
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
users.users.charlotte.extraGroups = [ "docker" "video" "input" ];
|
users.users.charlotte.extraGroups = [ "docker" "video" "input" "networkmanager" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ eid-mw ];
|
environment.systemPackages = with pkgs; [ eid-mw ];
|
||||||
|
|
||||||
|
@ -60,6 +66,7 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
moreutils
|
moreutils
|
||||||
mpv
|
mpv
|
||||||
|
networkmanagerapplet
|
||||||
okular
|
okular
|
||||||
pavucontrol
|
pavucontrol
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue