fix(nix): add service configs
This commit is contained in:
parent
66239b9b29
commit
93c301f9ae
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@
|
|||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.thelounge.enable = true;
|
||||
|
||||
services.stirling-pdf.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue