fix typo add agenix to buer
This commit is contained in:
parent
4fc18ee08c
commit
01b8871c18
1 changed files with 5 additions and 3 deletions
|
@ -75,9 +75,11 @@
|
||||||
buer = nixpkgs.lib.nixosSystem {
|
buer = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/buer
|
./hosts/buer
|
||||||
]
|
|
||||||
}
|
agenix.nixosModules.default
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Easy to add more hosts
|
# Easy to add more hosts
|
||||||
/*server2 = nixpkgs.lib.nixosSystem {
|
/*server2 = nixpkgs.lib.nixosSystem {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue