test with colmena
This commit is contained in:
parent
ac8ab7f79a
commit
f4f85b119d
2 changed files with 107 additions and 4 deletions
27
flake.nix
27
flake.nix
|
|
@ -34,17 +34,38 @@
|
|||
nixpkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [ ];
|
||||
|
||||
# modules = [
|
||||
# ./modules
|
||||
|
||||
# ];
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
childnixos = {
|
||||
# childnixos = {
|
||||
# deployment = {
|
||||
# targetHost = "10.233.244.63";
|
||||
# targetPort = 22;
|
||||
# targetUser = "root";
|
||||
# };
|
||||
|
||||
# imports = [ ./lxc-nix/configuration.nix ];
|
||||
# };
|
||||
|
||||
arr = {
|
||||
deployment = {
|
||||
targetHost = "10.233.244.63";
|
||||
targetHost = "192.168.1.189";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
|
||||
imports = [ ./lxc-nix/configuration.nix ];
|
||||
imports = [
|
||||
<nixpkgs/nixos/modules/virtualisation/proxmox-lxc.nix>
|
||||
./modules
|
||||
./hosts/arr
|
||||
];
|
||||
};
|
||||
|
||||
# deadbeef = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue