Clean up jokum removal

This commit is contained in:
2023-05-23 04:26:36 +02:00
parent 9ccfb6cbed
commit dfd827ee74
6 changed files with 5 additions and 106 deletions

View File

@@ -31,18 +31,16 @@
modules = [
./hosts/${name}/configuration.nix
sops-nix.nixosModules.sops
matrix-next.nixosModules.synapse
];
});
in {
bicep = nixosConfig "bicep" { };
bicep = nixosConfig "bicep" {
modules = [ matrix-next.nixosModules.synapse ];
};
bekkalokk = nixosConfig "bekkalokk" { };
greddost = nixosConfig "greddost" { };
ildkule = nixosConfig "ildkule" { };
jokum = nixosConfig "jokum" {
modules = [ matrix-next.nixosModules.synapse ];
};
};
devShells = forAllSystems (system: {