diff --git a/config.nix b/config.nix index cbb854d..1dd95de 100644 --- a/config.nix +++ b/config.nix @@ -105,5 +105,4 @@ in { ".zshrc".text = "# nothing to see here"; }; }; - } diff --git a/configs/networks.nix b/configs/networks.nix index 7b83c40..aa4116e 100644 --- a/configs/networks.nix +++ b/configs/networks.nix @@ -59,7 +59,7 @@ in { }.${config.networking.hostName}; environment.etc."tinc/retiolum/rsa_key.priv" = { - text = (import ../secrets.nix).retiolum.scardanelli.privateKey; + text = (import ../secrets.nix).retiolum.${config.networking.hostName}.privateKey; mode = "400"; }; diff --git a/options.nix b/options.nix index 5d21fc0..3a5efcb 100644 --- a/options.nix +++ b/options.nix @@ -29,7 +29,7 @@ in { ignore = mkOption { type = types.listOf types.string; - default = [ "*~" ".stack-work/" "__pycache__/" ".mypy_cache/" "*.py[co]" "*.o" "*.hi" "*.aux" "*.class" "*.dyn_hi" "*.dyn_o" "dist/" ]; + default = [ "*~" ".stack-work/" "__pycache__/" ".mypy_cache/" "*.py[co]" "*.o" "*.hi" "*.aux" "*.bbl" "*.bcf" "*.blg" "*.fdb_latexmk" "*.fls" "*.out" "*.run.xml" "*.toc" "*.bbl" "*.class" "*.dyn_hi" "*.dyn_o" "dist/" ]; }; theme = mapAttrs (const themeOption) {