diff options
Diffstat (limited to 'makefu')
| -rw-r--r-- | makefu/1systems/wbob/config.nix | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix index e1d66a2f9..e1d61081e 100644 --- a/makefu/1systems/wbob/config.nix +++ b/makefu/1systems/wbob/config.nix @@ -174,20 +174,4 @@ in {        fsType = "ext4";      };    }; - -  # DualHead on NUC -  # TODO: update synergy package with these extras (username) -  # TODO: add crypto layer -  systemd.services."synergy-client" = { -    environment.DISPLAY = ":0"; -    serviceConfig.User = user; -  }; - -  services.synergy = { -    client = { -      enable = true; -      screenName = "wbob"; -      serverAddress = "x.r"; -    }; -  };  } | 
