kommode/gitea: add robots.txt

This commit is contained in:
h7x4
2025-03-15 14:33:13 +01:00
parent 67445dd9d4
commit f502a8ce4f
2 changed files with 110 additions and 0 deletions

View File

@@ -150,6 +150,12 @@
self.nixosModules.bluemap
];
};
bob = stableNixosConfig "bob" {
modules = [
disko.nixosModules.disko
{ disko.devices.disk.disk1.device = "/dev/vda"; }
];
};
ildkule = stableNixosConfig "ildkule" { };
#ildkule-unstable = unstableNixosConfig "ildkule" { };
shark = stableNixosConfig "shark" { };
@@ -161,6 +167,7 @@
];
modules = [
inputs.nix-gitea-themes.nixosModules.default
self.nixosModules.robots-txt
];
};