diff --git a/hosts/pi5/configuration.nix b/hosts/pi5/configuration.nix index cc55951..fa13887 100755 --- a/hosts/pi5/configuration.nix +++ b/hosts/pi5/configuration.nix @@ -79,6 +79,8 @@ in }; }; + hardware.graphics.enable32Bit = lib.mkForce false; + users = { mutableUsers = false; users."${user}" = { @@ -100,7 +102,6 @@ in ]; shell = pkgs.zsh; }; - users.root.shell = pkgs.zsh; }; } diff --git a/hosts/pi5/services.nix b/hosts/pi5/services.nix index bb0d597..060caba 100644 --- a/hosts/pi5/services.nix +++ b/hosts/pi5/services.nix @@ -1,7 +1,7 @@ { ... }: { services = { - desktopManager.gnome.enable = true; + xserver.desktopManager.gnome.enable = true; shairport-sync = { enable = true; openFirewall = true; diff --git a/hosts/pi5/sops.nix b/hosts/pi5/sops.nix index 6bd50eb..56fc940 100755 --- a/hosts/pi5/sops.nix +++ b/hosts/pi5/sops.nix @@ -4,7 +4,7 @@ let in { sops = { - defaultSopsFile = ../../secrets/secrets.yaml; + defaultSopsFile = ../../secrets/pi5-secrets.yaml; age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; # ------------------------------