mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
Add retiolum config
This commit is contained in:
@@ -11,6 +11,7 @@ in {
|
||||
./configs/graphics.nix
|
||||
./configs/packages.nix
|
||||
./configs/networks.nix
|
||||
./configs/retiolum.nix
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
@@ -196,4 +197,11 @@ in {
|
||||
".zshrc".text = "# nothing to see here";
|
||||
};
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"tinc/retiolum/rsa_key.priv" = {
|
||||
text = (import ./secrets.nix).retiolum.scardanelli.privateKey;
|
||||
mode = "400";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user