Commit 7df98f318e0e

Vincent Demeester <vincent@sbr.pm>
2020-03-07 20:06:30
machine/wakasu: use networkmanager
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 21e33c9
Changed files (2)
machine
modules
profiles
machine/wakasu.nix
@@ -13,10 +13,6 @@ with import ../assets/machines.nix; {
   };
   networking = {
     firewall.enable = false; # we are in safe territory :D
-    bridges.br1.interfaces = [ "enp0s31f6" ];
-    interfaces.enp0s31f6 = {
-      useDHCP = true;
-    };
     hosts = {
       "${home.ips.honshu}" = [ "honshu.home" ];
       "${wireguard.ips.honshu}" = [ "honshu.vpn" ];
@@ -39,7 +35,6 @@ with import ../assets/machines.nix; {
   profiles = {
     dev.enable = true;
     laptop.enable = true;
-    desktop.networkmanager = false;
     desktop.autoLogin = true;
     docker.enable = true;
     nix-config.buildCores = 4;
modules/profiles/desktop.nix
@@ -144,7 +144,6 @@ in
         fira-code
         fira-code-symbols
         fira-mono
-        #font-droid
         hasklig
         inconsolata
         iosevka
@@ -207,8 +206,7 @@ in
       unzip
       gnupg
       pinentry
-      # user repositories
-      nur.repos.mic92.inxi
+      inxi
     ];
   };
 }