temp
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user