l prism.r: don't rebuild hotdog onchange

This commit is contained in:
lassulus 2019-12-02 15:55:24 +01:00
parent 77dc0b8034
commit 49af8cbd2f
1 changed files with 1 additions and 2 deletions

View File

@ -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";