diff options
author | lassulus <lassulus@lassul.us> | 2019-12-02 15:55:24 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-01-05 22:16:10 +0100 |
commit | c592f64e4c81225edde5aff95a4d20c7f399f25e (patch) | |
tree | 48e32eac7e140fc9e5b4155303dce7f950319753 /lass/1systems | |
parent | 0addc58c4b7459927972e06f650fd067101affe5 (diff) |
l prism.r: don't rebuild hotdog onchange
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/prism/config.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index f4c011dcf..3dd194436 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -110,14 +110,13 @@ with import <stockholm/lib>; systemd.services."container@hotdog".reloadIfChanged = mkForce false; containers.hotdog = { 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 ]; }; - autoStart = true; + autoStart = false; enableTun = true; privateNetwork = true; hostAddress = "10.233.2.1"; |