This commit is contained in:
pazpi 2024-07-15 22:55:54 +02:00
parent d75ce43826
commit d64d03a54f
No known key found for this signature in database
GPG key ID: 0942571C4B9966BE

View file

@ -32,17 +32,31 @@
}; };
}; };
deadbeef = { childnixos = {
deployment = { deployment = {
targetHost = "somehost.tld"; targetHost = "10.42.135.101";
targetPort = 1234; targetPort = 22;
targetUser = "luser"; targetUser = "root";
}; };
boot.isContainer = true;
time.timeZone = "America/Los_Angeles";
imports = [ ./lxc-nix/configuration.nix ];
}; };
# deadbeef = {
# deployment = {
# targetHost = "10.42.135.101";
# targetPort = 22;
# targetUser = "root";
# };
# boot.isContainer = true;
# time.timeZone = "Europe/Rome";
# environment.systemPackages = with pkgs; [ htop ];
# };
}; };