mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: fix a few eval warnings
This commit is contained in:
parent
7fa62866b2
commit
281a91d7b3
5 changed files with 17 additions and 18 deletions
|
@ -28,16 +28,15 @@
|
|||
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "julien";
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "fr";
|
||||
xkbVariant = "";
|
||||
displayManager = {
|
||||
gdm.enable = true;
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "julien";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -143,7 +142,7 @@
|
|||
|
||||
services.printing.enable = true;
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
services.avahi.nssmdns4 = true;
|
||||
# for a WiFi printer
|
||||
services.avahi.openFirewall = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue