From e24118c52e6c54733037cc98fc4c7acc0543604c Mon Sep 17 00:00:00 2001 From: Zonsopkomst Date: Wed, 27 Sep 2023 08:59:21 -0500 Subject: [PATCH] Updated to correct user Removed waydroid as it will not be neccessary at this time. Updated user `admin` to user `annette`. Ran into some issues last night when trying to `nixos-rebuild switch --flake .#` and determined that this was likely the root cause. Will try updating again later tonight. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4c92d61..35fa1fc 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ ./common/networking.nix ./common/terminal.nix ./common/unfree.nix - ./common/waydroid.nix + #./common/waydroid.nix ./common/x11.nix # Host Specific @@ -66,7 +66,7 @@ { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.admin = import ./hosts/remote/annette/home.nix; + home-manager.users.annette = import ./hosts/remote/sintanne/home.nix; } #hyprland.nixosModules.default