modulo agenix, da studiare meglio
This commit is contained in:
parent
b376d08ed1
commit
ac8ab7f79a
1 changed files with 7 additions and 2 deletions
|
|
@ -9,13 +9,18 @@
|
|||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, ... }@flakeInputs:
|
||||
outputs = { self, nixpkgs, agenix, home-manager, ... }@flakeInputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
|
|
@ -34,7 +39,7 @@
|
|||
|
||||
childnixos = {
|
||||
deployment = {
|
||||
targetHost = "10.42.135.101";
|
||||
targetHost = "10.233.244.63";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue