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 = {
|
services.openssh.enable = true;
|
||||||
openssh.enable = true;
|
|
||||||
|
|
||||||
ratbagd.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
piper
|
|
||||||
];
|
|
||||||
|
|
||||||
sops.defaultSopsFile = ./secrets.yaml;
|
sops.defaultSopsFile = ./secrets.yaml;
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
|
|
|
@ -253,6 +253,7 @@ in {
|
||||||
avahi.publish.workstation = true;
|
avahi.publish.workstation = true;
|
||||||
gvfs.enable = true;
|
gvfs.enable = true;
|
||||||
pcscd.enable = true;
|
pcscd.enable = true;
|
||||||
|
ratbagd.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
@ -287,6 +288,10 @@ in {
|
||||||
etc = {
|
etc = {
|
||||||
"X11/xkb".source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
|
"X11/xkb".source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
piper
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue