fix typo add agenix to buer

This commit is contained in:
waveringana 2025-06-01 23:34:06 -04:00
parent 4fc18ee08c
commit 01b8871c18

View file

@ -75,9 +75,11 @@
buer = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/buer
]
}
./hosts/buer
agenix.nixosModules.default
];
};
# Easy to add more hosts
/*server2 = nixpkgs.lib.nixosSystem {