diff --git a/hosts/local/tyr/configuration.nix b/hosts/local/tyr/configuration.nix index 962d409..4d5baaa 100644 --- a/hosts/local/tyr/configuration.nix +++ b/hosts/local/tyr/configuration.nix @@ -9,7 +9,7 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix ./packages.nix - ../../../common/amd.nix + #../../../common/amd.nix ../../../common/docker.nix ../../../common/flakeinit.nix ../../../common/flatpak.nix diff --git a/hosts/local/tyr/home-manager.nix b/hosts/local/tyr/home-manager.nix index 15487f1..b5b3f44 100644 --- a/hosts/local/tyr/home-manager.nix +++ b/hosts/local/tyr/home-manager.nix @@ -9,7 +9,7 @@ in # home.stateVersion = “22.05”; - home-manager.users.zonsopkomst = { + home-manager.users.leeuwarden = { /* Here goes your home-manager config, eg home.packages = [ pkgs.foo ]; */ }; }