updated nil version

This commit is contained in:
Luj 2023-05-20 21:41:19 +02:00
parent faccadff36
commit 157bc51a05
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 97 additions and 28 deletions

View file

@ -12,7 +12,7 @@
};
home-manager-unstable = {
url = "github:nix-community/home-manager/17198cf5ae27af5b647c7dac58d935a7d0dbd189";
url = "github:nix-community/home-manager/75f4f362e1b5ebdc4076fcbdb4188b4fd736187c";
inputs.nixpkgs.follows = "unstable";
};
@ -69,6 +69,12 @@
inputs.flake-utils.follows = "flake-utils";
};
nil = {
url = "github:oxalica/nil";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "unstable";
};
};
outputs = { self, nixpkgs, deploy-rs, ... }@inputs:
@ -120,6 +126,7 @@
sshOpts = [ "-p" "45" ];
fastConnection = true;
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.lisa;
magicRollback = false;
};
};
@ -133,6 +140,17 @@
};
};
deploy.nodes.core-security = {
hostname = "192.168.1.49";
profiles.system = {
sshUser = "root";
sshOpts = [ "-p" "45" ];
fastConnection = true;
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.core-security;
};
};
deploy.nodes.tower = {
hostname = "tower.julienmalka.me";