fwminex: reinstall
This commit is contained in:
26
flake.nix
26
flake.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user