🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
9
shared/desktop/modules/security/default.nix
Normal file
9
shared/desktop/modules/security/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
imports = [
|
||||
./sops.nix
|
||||
./ssh.nix
|
||||
./yubikey.nix
|
||||
];
|
||||
|
||||
programs.gnupg.agent.enable = true;
|
||||
}
|
Reference in New Issue
Block a user