add fwminex

This commit is contained in:
2023-09-13 12:17:43 +03:00
parent e12e139128
commit e38f446793
3 changed files with 137 additions and 1 deletions

View File

@@ -75,6 +75,26 @@
specialArgs = {inherit myData;} // inputs;
};
nixosConfigurations.fwminex = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/fwminex/configuration.nix
./modules
agenix.nixosModules.default
home-manager.nixosModules.home-manager
{
#age.secrets.motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age;
#age.secrets.root-passwd-hash.file = ./secrets/root_passwd_hash.age;
#age.secrets.sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
}
];
specialArgs = {inherit myData;} // inputs;
};
nixosConfigurations.vno1-rp3b = nixpkgs.lib.nixosSystem {
modules = [
./hosts/vno1-rp3b/configuration.nix