diff options
author | pennae <pennae.git@quasiparticle.net> | 2021-09-16 04:05:12 +0200 |
---|---|---|
committer | pennae <pennae.git@quasiparticle.net> | 2021-09-16 04:05:12 +0200 |
commit | 8e3cf434852e25a53a14aa5b4c7cdd02b54fc0cd (patch) | |
tree | bd29e1b57479e2c22749658f8e7561074313aaa9 | |
parent | 0879125e5d0c796a5710e29674c3aa6d3e7132b0 (diff) | |
download | seacrit-8e3cf434852e25a53a14aa5b4c7cdd02b54fc0cd.tar.gz seacrit-8e3cf434852e25a53a14aa5b4c7cdd02b54fc0cd.tar.xz seacrit-8e3cf434852e25a53a14aa5b4c7cdd02b54fc0cd.zip |
upstream fixed dry activation dependencies
-rw-r--r-- | modules/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/default.nix b/modules/default.nix index d2f62f8..fbbf075 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -202,7 +202,7 @@ in system.activationScripts = { # activate root secrets very early so we have access to them in the activation scripts seacrit-root = { - # deps = [ "specialfs" ]; + deps = [ "specialfs" ]; text = '' if [ "$NIXOS_ACTION" != dry-activate ]; then rm -rf /run/seacrit |