Only enable teamviewer on x86_64-linux
This commit is contained in:
parent
3058e51478
commit
c0fa841b20
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ in
|
|||
gvfs.enable = true;
|
||||
pcscd.enable = true;
|
||||
ratbagd.enable = true;
|
||||
teamviewer.enable = true;
|
||||
teamviewer.enable = mkIf (pkgs.system == "x86_64-linux") true;
|
||||
};
|
||||
|
||||
security = {
|
||||
|
|
Loading…
Reference in a new issue