This commit is contained in:
mjallen18
2025-01-30 20:30:56 -06:00
parent 36b74d1285
commit e0bdaab3a6
3 changed files with 4 additions and 3 deletions

View File

@@ -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
{

View File

@@ -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";
};
};