This commit is contained in:
waveringana 2025-06-01 23:30:45 -04:00
parent 44f6f390ff
commit 4fc18ee08c
8 changed files with 181 additions and 18 deletions

View file

@ -71,6 +71,13 @@
})
];
};
buer = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/buer
]
}
# Easy to add more hosts
/*server2 = nixpkgs.lib.nixosSystem {