This commit is contained in:
2025-06-06 15:00:45 -05:00
parent 4ccca75473
commit 8643175a63
3 changed files with 4 additions and 3 deletions

View File

@@ -79,6 +79,8 @@ in
}; };
}; };
hardware.graphics.enable32Bit = lib.mkForce false;
users = { users = {
mutableUsers = false; mutableUsers = false;
users."${user}" = { users."${user}" = {
@@ -100,7 +102,6 @@ in
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
users.root.shell = pkgs.zsh; users.root.shell = pkgs.zsh;
}; };
} }

View File

@@ -1,7 +1,7 @@
{ ... }: { ... }:
{ {
services = { services = {
desktopManager.gnome.enable = true; xserver.desktopManager.gnome.enable = true;
shairport-sync = { shairport-sync = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;

View File

@@ -4,7 +4,7 @@ let
in in
{ {
sops = { sops = {
defaultSopsFile = ../../secrets/secrets.yaml; defaultSopsFile = ../../secrets/pi5-secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# ------------------------------ # ------------------------------