vno1-gdrx

This commit is contained in:
2024-08-05 15:43:08 +03:00
parent 186ffdb77e
commit 24df5b3ef1
2 changed files with 177 additions and 0 deletions

View File

@@ -188,6 +188,32 @@
} // inputs;
};
vno1-gdrx = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{ nixpkgs.overlays = overlays; }
./hosts/vno1-gdrx/configuration.nix
home-manager.nixosModules.home-manager
nix-index-database.nixosModules.nix-index
#agenix.nixosModules.default
#{
# age.secrets = {
# motiejus-work-passwd-hash.file = ./secrets/motiejus_work_passwd_hash.age;
# root-work-passwd-hash.file = ./secrets/root_work_passwd_hash.age;
# #sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
# #syncthing-key.file = ./secrets/mtworx/syncthing/key.pem.age;
# #syncthing-cert.file = ./secrets/mtworx/syncthing/cert.pem.age;
# };
#}
];
specialArgs = {
inherit myData;
} // inputs;
};
vno3-rp3b = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [