diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-21 13:38:11 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-21 13:38:11 -0500 |
commit | 8a045b048e831e813555c33827c2738f1eec0704 (patch) | |
tree | 1c7feea6d6f023db41d41c0e770ef6efddd816c7 /hosts | |
parent | 1e64321e29aecb436d1b615cdce5f67d238ffdf2 (diff) | |
download | nixos-config-8a045b048e831e813555c33827c2738f1eec0704.tar.gz nixos-config-8a045b048e831e813555c33827c2738f1eec0704.zip |
Fix previous commit
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/radish/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/radish/default.nix b/hosts/radish/default.nix index cf17600..898f613 100644 --- a/hosts/radish/default.nix +++ b/hosts/radish/default.nix @@ -35,7 +35,7 @@ services.yggdrasil.enable = lib.mkForce false; system.activationScripts.magisk-boot.text = '' - echo "${config.system.build.toplevel}" >/data/adb/modules/nixos/current-system + echo "$systemConfig" >/data/adb/modules/nixos/current-system ''; system.stateVersion = "24.11"; |