From d65b9b558d942ce529a52bdd3e4874c43d7603dd Mon Sep 17 00:00:00 2001 From: Kabbone Date: Wed, 1 May 2024 16:16:33 +0200 Subject: [PATCH] hosts: nasbak: change name to match hostname --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default.nix b/hosts/default.nix index e84e567..4196024 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -161,7 +161,7 @@ in ]; }; - nasbackup = lib.nixosSystem { # Desktop profile + nasbak = lib.nixosSystem { # Desktop profile inherit system; specialArgs = { inherit inputs user location nixos-hardware nur agenix; }; modules = [