dustbowl: use networkd
This commit is contained in:
parent
ea7bed776f
commit
a39263973f
1 changed files with 4 additions and 3 deletions
|
|
@ -79,8 +79,9 @@
|
|||
|
||||
services.fwupd.enable = true;
|
||||
|
||||
networking.hostName = "dustbowl"; # Define your hostname.
|
||||
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.useNetworkd = true;
|
||||
networking.hostName = "dustbowl";
|
||||
networking.wireless.enable = true;
|
||||
networking.wireless.interfaces = [ "wlp2s0" ];
|
||||
|
||||
networking.wireguard.enable = true;
|
||||
|
|
@ -368,7 +369,7 @@
|
|||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
# virtualisation.virtualbox.host.enable = true;
|
||||
|
||||
users.users.joachim = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue