diff --git a/flake.nix b/flake.nix index 4d0e9f4..e9f85de 100644 --- a/flake.nix +++ b/flake.nix @@ -169,7 +169,9 @@ system = "aarch64-linux"; modules = [ nixos-hardware.nixosModules.raspberry-pi-4 + impermanence.nixosModules.impermanence ./hosts/pi4/configuration.nix + sops-nix.nixosModules.sops home-manager.nixosModules.home-manager { diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index ef280c0..7c7de91 100644 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -8,7 +8,7 @@ let user = "matt"; password = "$y$j9T$EkPXmsmIMFFZ.WRrBYCxS1$P0kwo6e4.WM5DsqUcEqWC3MrZp5KfCjxffraMFZWu06"; SSID = "Joey's Jungle 5G"; - SSIDpassword = config.sops.templates."wifi-password".content; + SSIDpassword = "kR8v&3Qd";#config.sops.templates."wifi-password".content; interface = "wlan0"; timezone = "America/Chicago"; hostname = "pi4"; @@ -46,14 +46,13 @@ in # ]; }; - services.xerver = { + services.xserver = { enable = true; desktopManager = { budgie.enable = true; }; displayManager = { lightdm.enable = true; - lightdm.defaultSession = "budgie-desktop"; }; }; diff --git a/hosts/pi4/impermenance.nix b/hosts/pi4/impermanence.nix similarity index 100% rename from hosts/pi4/impermenance.nix rename to hosts/pi4/impermanence.nix