♻️ [shared] Move gnome-keyring to base
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
systemConfig,
|
||||
...
|
||||
}:
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = with lib.custom; [
|
||||
@ -11,6 +7,4 @@
|
||||
./hardware.nix
|
||||
./security
|
||||
];
|
||||
|
||||
system.stateVersion = systemConfig.version;
|
||||
}
|
||||
|
@ -1,17 +1,8 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = with lib.custom; [
|
||||
(relativeToRoot "shared/modules/security/ssh.nix")
|
||||
imports = [
|
||||
./firewall.nix
|
||||
];
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
programs.gnupg.agent.enableSSHSupport = true;
|
||||
services.pcscd.enable = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user