aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/nixos.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-20 07:49:56 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-20 07:53:22 -0600
commit70f702c6fd33454aebc4a266789fc5bf7e77e960 (patch)
treeafd021e65acab4ed2cde532b3eb914bfc6cb9ff9 /hosts/mercury/nixos.nix
parent26533470d5eebca67519c0a0ce797bedfb6a5e25 (diff)
age + other various changes
Diffstat (limited to 'hosts/mercury/nixos.nix')
-rw-r--r--hosts/mercury/nixos.nix2
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