Prove
This commit is contained in:
parent
d75ce43826
commit
d64d03a54f
1 changed files with 112 additions and 98 deletions
30
flake.nix
30
flake.nix
|
|
@ -28,21 +28,35 @@
|
|||
meta = {
|
||||
nixpkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [];
|
||||
overlays = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
deadbeef = {
|
||||
childnixos = {
|
||||
deployment = {
|
||||
targetHost = "somehost.tld";
|
||||
targetPort = 1234;
|
||||
targetUser = "luser";
|
||||
};
|
||||
boot.isContainer = true;
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
targetHost = "10.42.135.101";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
|
||||
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