Add Vicinae to home-manager modules and enable for user jo
Some checks failed
Nix: check for unused code / Run deadnix (push) Has been cancelled
Nix: validate flake.lock / Check Lockfile (push) Has been cancelled
Nix: validate flake / Validate x86_64-linux (push) Has been cancelled
Trufflehog: check for exposed secrets / Run trufflehog (push) Has been cancelled

This commit is contained in:
Jo 2025-08-27 20:34:38 +02:00
parent 86e3af8942
commit a95bef51b8
3 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
services.vicinae = {
enable = true;
autoStart = true;
};
}