my nix configs for my servers and desktop

fix typo add agenix to buer

Changed files
+5 -3
+5 -3
flake.nix
···
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 {