add systemd config for lact

This commit is contained in:
Mohamed Chrayed 2024-08-03 17:45:23 +02:00
parent 7949c0da47
commit ac9ef6e4b7
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@
./system/hardware.nix
./system/locale.nix
./system/networking.nix
./system/systemd.nix
./system/systemsettings.nix
./system/updates.nix
./system/users.nix

4
system/systemd.nix Normal file
View File

@ -0,0 +1,4 @@
{ ... }:
{
systemd.services.lact.enable = true;
}