summaryrefslogtreecommitdiff
path: root/machines/pump.nix
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-01-11 20:40:41 +0100
committerMike Vink <ivi@vinkies.net>2024-01-11 20:40:41 +0100
commitfa98e0837317a73d7027986fd45e19cbd6c01f23 (patch)
tree64f08021f94c9d951ab16b614c3870229bc86e34 /machines/pump.nix
parent858861f83888801b4637e63c8ee3f0b52ab47ace (diff)
rrr
Diffstat (limited to 'machines/pump.nix')
-rw-r--r--machines/pump.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/machines/pump.nix b/machines/pump.nix
index b21f326..69a2720 100644
--- a/machines/pump.nix
+++ b/machines/pump.nix
@@ -7,7 +7,10 @@
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
- services.openssh.enable = true;
+ services.openssh = {
+ enable = true;
+ settings.X11Forwarding = true;
+ };
sops.age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
networking.hostName = "pump";
networking.domain = "vinkies.net";