+AZ-LPT-100
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -15,6 +15,10 @@
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager-unstable = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
@@ -99,15 +103,23 @@
|
||||
inputs.disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
AZ-LPT-100 = inputs.nixpkgs-unstable.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./hosts/AZ-LPT-100
|
||||
agenix.nixosModules.default
|
||||
inputs.home-manager-unstable.nixosModules.home-manager
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
deploy.nodes = {
|
||||
deploy.nodes = {
|
||||
AZ-CLD-1 = {
|
||||
hostname = "AZ-CLD-1";
|
||||
profiles.system = {
|
||||
sshUser = "sascha.koenig";
|
||||
interactiveSudo = false;
|
||||
sshOpts = [ "-tt" ];
|
||||
sshOpts = ["-tt"];
|
||||
remoteBuild = true;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.AZ-CLD-1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user