l prism.r: kill kaepsele container
This commit is contained in:
parent
0b9727b3ad
commit
817efa5f9d
@ -189,26 +189,6 @@ in {
|
|||||||
localAddress = "10.233.2.2";
|
localAddress = "10.233.2.2";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
#kaepsele
|
|
||||||
systemd.services."container@kaepsele".reloadIfChanged = mkForce false;
|
|
||||||
containers.kaepsele = {
|
|
||||||
config = { ... }: {
|
|
||||||
imports = [ <stockholm/lass/2configs/rebuild-on-boot.nix> ];
|
|
||||||
environment.systemPackages = [ pkgs.git ];
|
|
||||||
services.openssh.enable = true;
|
|
||||||
users.users.root.openssh.authorizedKeys.keys = with config.krebs.users; [
|
|
||||||
lass.pubkey
|
|
||||||
tv.pubkey
|
|
||||||
];
|
|
||||||
};
|
|
||||||
autoStart = true;
|
|
||||||
enableTun = true;
|
|
||||||
privateNetwork = true;
|
|
||||||
hostAddress = "10.233.2.3";
|
|
||||||
localAddress = "10.233.2.4";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
#onondaga
|
#onondaga
|
||||||
systemd.services."container@onondaga".reloadIfChanged = mkForce false;
|
systemd.services."container@onondaga".reloadIfChanged = mkForce false;
|
||||||
|
Loading…
Reference in New Issue
Block a user