feat: fix duplicate config on work config & some minor changes

This commit is contained in:
Xavier Morel
2025-07-16 20:59:28 +02:00
parent 8db9f2f154
commit 66f7edf9a3
6 changed files with 41 additions and 37 deletions

View File

@@ -113,7 +113,7 @@
DIRENV_LOG_FORMAT = "";
};
systemPackages = with pkgs; [
logitech-udev-rules
vial
];
};
@@ -133,6 +133,16 @@
};
services = {
udev.packages = with pkgs; [
vial
];
openssh = {
enable = true;
settings = {
PasswordAuthentication = true;
AllowUsers = null;
};
};
pulseaudio.enable = false;
xserver.enable = true;
xserver.xkb = {