flake update, getting adgaurd working on the rockhole.

This commit is contained in:
Gabe Venberg 2025-06-15 14:24:32 +02:00
parent 64545c387d
commit 0f9c0b974f
8 changed files with 250 additions and 247 deletions

View file

@ -107,7 +107,7 @@
deploy = {
nodes = {
rockhole = {
hostname = "rockpro";
hostname = "rockhole";
profiles.system.path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.rockhole;
remoteBuild = true;
};