fwminex: reinstall

This commit is contained in:
2024-07-16 05:40:40 +03:00
parent 3ace354089
commit f47b8d09f8
2 changed files with 63 additions and 105 deletions

View File

@@ -205,25 +205,19 @@
modules = [
{nixpkgs.overlays = overlays;}
./hosts/fwminex/configuration.nix
./modules
./modules/profiles/desktop
nur.nixosModules.nur
agenix.nixosModules.default
home-manager.nixosModules.home-manager
nixos-hardware.nixosModules.framework-12th-gen-intel
nix-index-database.nixosModules.nix-index
{
age.secrets = {
motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age;
root-passwd-hash.file = ./secrets/root_passwd_hash.age;
sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
syncthing-key.file = ./secrets/fwminex/syncthing/key.pem.age;
syncthing-cert.file = ./secrets/fwminex/syncthing/cert.pem.age;
};
}
#agenix.nixosModules.default
#{
# age.secrets = {
# motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age;
# root-passwd-hash.file = ./secrets/root_passwd_hash.age;
# sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
# syncthing-key.file = ./secrets/fwminex/syncthing/key.pem.age;
# syncthing-cert.file = ./secrets/fwminex/syncthing/cert.pem.age;
# };
#}
];
specialArgs = {inherit myData;} // inputs;