vno1-gdrx
This commit is contained in:
26
flake.nix
26
flake.nix
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user