Add Incus to the server services, put Kitty on its own router for an extra public IP

This commit is contained in:
Bun 2025-06-06 02:18:44 -04:00
parent 9c2bf2a898
commit 95140d5a0e
7 changed files with 45 additions and 6 deletions

View file

@ -5,6 +5,8 @@
./disko
./filesystems
./hardware
./network
./services
];
system = {
@ -16,8 +18,4 @@
};
deployment.targetHost = "53f:dc2d:80c9:3ca2:4b15:ef4d:38a0:c868";
networking.hostId = "8745e22e";
services.nfs.server.enable = true;
}