WIP: Init new backup server; bakke

This commit is contained in:
2024-10-20 01:50:24 +02:00
parent f1f4da9ff6
commit 94818fb037
6 changed files with 174 additions and 0 deletions

View File

@@ -87,6 +87,11 @@
stableNixosConfig = nixosConfig nixpkgs;
unstableNixosConfig = nixosConfig nixpkgs-unstable;
in {
bakke = stableNixosConfig "bakke" {
modules = [
disko.nixosModules.disko
];
};
bicep = stableNixosConfig "bicep" {
modules = [
inputs.matrix-next.nixosModules.default