diff options
Diffstat (limited to 'hosts/mercury/nixos.nix')
| -rw-r--r-- | hosts/mercury/nixos.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 48aa92c..558ae60 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -15,6 +15,8 @@ systemd.services.systemd-udev-settle.enable = false; networking.interfaces.wlp2s0.useDHCP = false; + services.sshd.enable = true; + facter.reportPath = ./facter.json; environment.defaultPackages = lib.mkForce []; # im not a noob |
