Prove
This commit is contained in:
parent
d75ce43826
commit
d64d03a54f
1 changed files with 112 additions and 98 deletions
26
flake.nix
26
flake.nix
|
|
@ -32,17 +32,31 @@
|
|||
};
|
||||
};
|
||||
|
||||
deadbeef = {
|
||||
childnixos = {
|
||||
deployment = {
|
||||
targetHost = "somehost.tld";
|
||||
targetPort = 1234;
|
||||
targetUser = "luser";
|
||||
targetHost = "10.42.135.101";
|
||||
targetPort = 22;
|
||||
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 ];
|
||||
|
||||
# };
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue