diff options
author | Leonardo Santiago <[email protected]> | 2025-05-27 10:55:45 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-05-27 10:55:45 -0300 |
commit | 86d5ad6d40e68fc38916fb08598ee2ac3130a1fb (patch) | |
tree | b89730c8a11bdc0625a87093356a724a332d98ad /modules/basic.nix | |
parent | 112f6976e9d631b3c0b38bafbbe4519d35ceb702 (diff) |
chore: enable rust switch-to-coonfiguration, auto unlock default keyring upon boot
Diffstat (limited to 'modules/basic.nix')
-rw-r--r-- | modules/basic.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/basic.nix b/modules/basic.nix index 39e50fb..f6e8360 100644 --- a/modules/basic.nix +++ b/modules/basic.nix @@ -30,6 +30,7 @@ options = "--delete-older-than 30d"; }; }; + system.switch.enableNg = true; nixpkgs = { config.allowUnfree = true; |