mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-22 06:34:14 -05:00
dragneel ready for deploy
This commit is contained in:
parent
7808e5b739
commit
96b1969a19
4 changed files with 7 additions and 8 deletions
|
|
@ -1,14 +1,9 @@
|
|||
{lib, ...}: {
|
||||
imports = [
|
||||
common/core
|
||||
common/optional/desktops/kde
|
||||
common/optional/browsers/firefox.nix
|
||||
common/optional/browsers/chromium.nix
|
||||
common/optional/browsers
|
||||
common/optional/comms
|
||||
common/optional/media
|
||||
common/optional/gaming
|
||||
];
|
||||
|
||||
monitors = [
|
||||
# common/optional/gaming
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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