diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-04 10:42:42 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-04 10:42:42 -0700 |
commit | d42998971e73b617d3b07edaa5d96f42526712bc (patch) | |
tree | 1e2e6f985d8dba06a5346b87dae15022862bde46 /hosts | |
parent | a32d3327de8dc0d0ef3e1662c3aad16b3084d057 (diff) | |
download | nix-d42998971e73b617d3b07edaa5d96f42526712bc.tar nix-d42998971e73b617d3b07edaa5d96f42526712bc.tar.gz nix-d42998971e73b617d3b07edaa5d96f42526712bc.tar.bz2 nix-d42998971e73b617d3b07edaa5d96f42526712bc.tar.lz nix-d42998971e73b617d3b07edaa5d96f42526712bc.tar.xz nix-d42998971e73b617d3b07edaa5d96f42526712bc.tar.zst nix-d42998971e73b617d3b07edaa5d96f42526712bc.zip |
Fix typo
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/services.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index 4138672..3b73644 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -109,7 +109,6 @@ settings = { KbdInteractiveAuthentication = false; PasswordAuthentication = false; - StreamLocalBindUnlink = true; }; }; |