Add two new servers

This commit is contained in:
Bun 2025-06-06 14:54:14 -04:00
parent 26fd8569fe
commit 51044e15eb
25 changed files with 208 additions and 78 deletions

View file

@ -3,7 +3,6 @@
imports = [
./boot
./disko
./filesystems
./hardware
./user
];

View file

@ -1,9 +0,0 @@
{ ... }:
{
fileSystems = {
# Network mounts
"kitty".enable = true;
"midas".enable = true;
"prophet".enable = true;
};
}