diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 12:53:18 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 12:53:18 -0600 |
| commit | 38770f9c2aa39e3c7af5a6bddb01fbad69de678b (patch) | |
| tree | 1c44cbfed879b5bbac4bf91c1ce4f48f0bb1898b /hosts/mercury/nixos.nix | |
| parent | 09b0c69504e9b51bcb17af58927f3058de635d39 (diff) | |
misc changes
Diffstat (limited to 'hosts/mercury/nixos.nix')
| -rw-r--r-- | hosts/mercury/nixos.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 80c61e3..8dc8fe6 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -20,14 +20,16 @@ dataDir = "/home/collin/.local/syncthing"; }; + security.soteria.enable = true; + services.printing.enable = true; environment.defaultPackages = lib.mkForce []; # im not a noob programs.ssh.extraConfig = '' Host ganymede - HostName 192.168.50.2 - Port 2222 + HostName williamsfam.us.com + Port 22 ''; programs.firefox.policies.ExtensionSettings = { |
