diff options
author | lassulus <lassulus@lassul.us> | 2021-05-03 17:59:52 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-05-15 13:11:34 +0200 |
commit | c65950414676f27a3a1edfd3e24b1e4565ecef8c (patch) | |
tree | db53950f1555a51e93a6f6768a76bdc6c2d5790d /lass/1systems/echelon/config.nix | |
parent | bbe60be64d2647002be6b70c8dc92421d48cb0de (diff) |
l: (re)init echelon.r (with ssh tor unlocking)
Diffstat (limited to 'lass/1systems/echelon/config.nix')
-rw-r--r-- | lass/1systems/echelon/config.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lass/1systems/echelon/config.nix b/lass/1systems/echelon/config.nix new file mode 100644 index 000000000..9e72916b3 --- /dev/null +++ b/lass/1systems/echelon/config.nix @@ -0,0 +1,14 @@ +{ config, pkgs, ... }: +{ + imports = [ + <stockholm/lass> + + <stockholm/lass/2configs/retiolum.nix> + <stockholm/lass/2configs/tor-initrd.nix> + ]; + + krebs.build.host = config.krebs.hosts.echelon; + + boot.tmpOnTmpfs = true; +} + |