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 = {
|
meta = {
|
||||||
nixpkgs = import nixpkgs {
|
nixpkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [];
|
overlays = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
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 ];
|
||||||
|
|
||||||
|
# };
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue