Téléverser les fichiers vers "/"

This commit is contained in:
2026-08-18 17:31:50 +02:00
parent 37fe6d1f1f
commit e3977b329d
5 changed files with 156 additions and 5 deletions
+6 -3
View File
@@ -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;