Téléverser les fichiers vers "/"
This commit is contained in:
+6
-3
@@ -6,10 +6,14 @@
|
||||
./modules/software.nix
|
||||
./modules/users.nix
|
||||
./modules/security.nix
|
||||
./modules/yubikey-first-login.nix
|
||||
./modules/first-login-ui.nix
|
||||
./modules/workstation-setup.nix
|
||||
];
|
||||
|
||||
nixosWorkstations.workstationSetup = {
|
||||
enable = true;
|
||||
user = "alice";
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
@@ -34,7 +38,6 @@
|
||||
};
|
||||
|
||||
services.xserver.enable = true;
|
||||
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user