mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
merge
This commit is contained in:
@@ -105,5 +105,4 @@ in {
|
|||||||
".zshrc".text = "# nothing to see here";
|
".zshrc".text = "# nothing to see here";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ in {
|
|||||||
}.${config.networking.hostName};
|
}.${config.networking.hostName};
|
||||||
|
|
||||||
environment.etc."tinc/retiolum/rsa_key.priv" = {
|
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";
|
mode = "400";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ in {
|
|||||||
|
|
||||||
ignore = mkOption {
|
ignore = mkOption {
|
||||||
type = types.listOf types.string;
|
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) {
|
theme = mapAttrs (const themeOption) {
|
||||||
|
|||||||
Reference in New Issue
Block a user