diff options
author | lassulus <lass@blue.r> | 2018-11-11 17:25:36 +0100 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-11-11 17:25:36 +0100 |
commit | 1626bf9e96950f9228c391a1f7f58fb878e1692a (patch) | |
tree | f4571f282b73e60a83c3c3fd5f998a63c7da066b /lass | |
parent | 09d09697827d32676c117f8ef492636ced868080 (diff) |
remove remaining nin stuff
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/archprism/config.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lass/1systems/archprism/config.nix b/lass/1systems/archprism/config.nix index f21e76d37..6706914b5 100644 --- a/lass/1systems/archprism/config.nix +++ b/lass/1systems/archprism/config.nix @@ -102,26 +102,6 @@ with import <stockholm/lib>; localAddress = "10.233.2.2"; }; } - { - #onondaga - systemd.services."container@onondaga".reloadIfChanged = mkForce false; - containers.onondaga = { - config = { ... }: { - imports = [ <stockholm/lass/2configs/rebuild-on-boot.nix> ]; - environment.systemPackages = [ pkgs.git ]; - services.openssh.enable = true; - users.users.root.openssh.authorizedKeys.keys = [ - config.krebs.users.lass.pubkey - config.krebs.users.nin.pubkey - ]; - }; - autoStart = true; - enableTun = true; - privateNetwork = true; - hostAddress = "10.233.2.5"; - localAddress = "10.233.2.6"; - }; - } <stockholm/lass/2configs/exim-smarthost.nix> <stockholm/lass/2configs/ts3.nix> <stockholm/lass/2configs/privoxy-retiolum.nix> |