summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/radish/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/radish/default.nix b/hosts/radish/default.nix
index 452f9e4..8a1089e 100644
--- a/hosts/radish/default.nix
+++ b/hosts/radish/default.nix
@@ -34,5 +34,9 @@
};
services.yggdrasil.enable = lib.mkForce false;
+ system.activationScripts.magisk-boot.text = ''
+ echo "${config.system.build.toplevel}" >/data/adb/modules/nixos/current-system
+ '';
+
system.stateVersion = "24.11";
}