mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixed wsl gpg
This commit is contained in:
parent
d3ba585a49
commit
129823f26e
1 changed files with 6 additions and 3 deletions
|
|
@ -19,9 +19,12 @@
|
|||
user = {
|
||||
bash.enable = true;
|
||||
git.enable = true;
|
||||
gpg.enable = true;
|
||||
gui.enable = false;
|
||||
security.enable = true;
|
||||
|
||||
security = {
|
||||
enable = true;
|
||||
gpg.enable = true;
|
||||
};
|
||||
|
||||
utils = {
|
||||
enable = true;
|
||||
dev.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue