dragneel ready for deploy

This commit is contained in:
TheWanderingCrow 2025-08-25 15:43:49 -04:00
parent 7808e5b739
commit 96b1969a19
4 changed files with 7 additions and 8 deletions

View file

@ -22,7 +22,7 @@ in {
isNormalUser = true;
hashedPasswordFile =
if config.hostSpec.isVirtual
then virtPass
then builtins.toString virtPass
else sopsHashedPasswordFile;
linger = true;

View file

@ -46,6 +46,10 @@
persistFolder = "/persist";
};
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true;
services.desktopManager.plasma6.enable = true;
networking = {
networkmanager.enable = true;
enableIPv6 = false;