Add Incus to the server services, put Kitty on its own router for an extra public IP
This commit is contained in:
parent
9c2bf2a898
commit
95140d5a0e
7 changed files with 45 additions and 6 deletions
9
hosts/kitty/services/default.nix
Normal file
9
hosts/kitty/services/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
nfs.server.enable = true;
|
||||
nginx.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.incus.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue