From 4a367912a4d219843ef51dd614b68bdf10a0d942 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Wed, 31 Jan 2024 15:47:47 +0100 Subject: [PATCH] fix: try to use activation for homeage --- home/shared/global/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shared/global/default.nix b/home/shared/global/default.nix index 9b48d8c..e1487ce 100644 --- a/home/shared/global/default.nix +++ b/home/shared/global/default.nix @@ -14,7 +14,7 @@ homeage = { identityPaths = [ "~/.ssh/id_ed25519" ]; - installationType = "systemd"; + installationType = "activation"; }; programs = {