mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
dragneel ready for deploy
This commit is contained in:
parent
7808e5b739
commit
96b1969a19
4 changed files with 7 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ in {
|
|||
isNormalUser = true;
|
||||
hashedPasswordFile =
|
||||
if config.hostSpec.isVirtual
|
||||
then virtPass
|
||||
then builtins.toString virtPass
|
||||
else sopsHashedPasswordFile;
|
||||
linger = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue