update flake and change some ly settings
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 12m12s
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 12m12s
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.libvirtd.qemu.runAsRoot = true;
|
||||
virtualisation.libvirtd.qemu.vhostUserPackages = [ pkgs.virtiofsd ];
|
||||
|
||||
networking.dhcpcd.enable = false;
|
||||
systemd.network.enable = true;
|
||||
|
@ -10,6 +10,12 @@
|
||||
config = lib.mkIf config.mods.displayManager.enable {
|
||||
services.displayManager.enable = true;
|
||||
services.displayManager.ly.enable = true;
|
||||
services.displayManager.ly.settings =
|
||||
{
|
||||
sleep_cmd = "systemctl sleep";
|
||||
asterisk = "A";
|
||||
auth_fails= 3;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
cryptsetup
|
||||
acpi
|
||||
dconf
|
||||
|
||||
|
||||
ffmpeg-full
|
||||
nv-codec-headers
|
||||
];
|
||||
|
Reference in New Issue
Block a user