From c91d3436bc7ecdfbebb6fb8fa50620de281445c2 Mon Sep 17 00:00:00 2001 From: kat witch Date: Wed, 19 May 2021 18:53:50 +0100 Subject: [PATCH] hosts/mabon: Move to new system, starting to use it again --- hosts/mabon/nixos/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/mabon/nixos/default.nix b/hosts/mabon/nixos/default.nix index fc4d5863..cabfe4f4 100644 --- a/hosts/mabon/nixos/default.nix +++ b/hosts/mabon/nixos/default.nix @@ -6,8 +6,7 @@ profiles.gui profiles.sway profiles.laptop - users.kat.sway - users.kat.gui + users.kat.guiFull ]; deploy.target = "mbp"; @@ -23,7 +22,7 @@ networking.hostName = "mabon"; networking.useDHCP = false; - networking.interfaces.enp1s0.useDHCP = true; + networking.interfaces.enp1s0.useDHCP = false; networking.interfaces.wlp2s0.useDHCP = true; system.stateVersion = "20.09";