This commit is contained in:
albert 2024-04-05 22:52:34 +09:00
parent a309679516
commit 22a0d060c9
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
( import ../nixos/containers/mounts.nix )
( import ../nixos/containers/${hostname}/mounts.nix )
];
ephemeral = false;
ephemeral = ephemeral;
autoStart = true;
privateNetwork = true;
hostAddress = "192.168.2.1";

View file

@ -4,7 +4,7 @@ let
lanInterface = "enp0s13f0u4";
in {
containers = {
rdesktop = libx.mkContainer { hostname = "rdesktop"; unfree = true; desktop = "xfce"; };
rdesktop = libx.mkContainer { hostname = "rdesktop"; unfree = true; desktop = "xfce"; ephemeral = true; };
};
networking = {