Move ratbagd/piper config to desktop module
This commit is contained in:
parent
0d74393599
commit
7715f767ad
2 changed files with 6 additions and 9 deletions
|
@ -62,15 +62,7 @@
|
|||
# '';
|
||||
# };
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
|
||||
ratbagd.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
piper
|
||||
];
|
||||
services.openssh.enable = true;
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.secrets = {
|
||||
|
|
|
@ -253,6 +253,7 @@ in {
|
|||
avahi.publish.workstation = true;
|
||||
gvfs.enable = true;
|
||||
pcscd.enable = true;
|
||||
ratbagd.enable = true;
|
||||
};
|
||||
|
||||
security = {
|
||||
|
@ -287,6 +288,10 @@ in {
|
|||
etc = {
|
||||
"X11/xkb".source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
|
||||
};
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
piper
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue