summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-31 17:53:01 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-31 17:53:01 +0100
commit2472b98524f5bbfe40f456077f635eb24ab382da (patch)
treede081b860aad00c269fcbb4b58bf4d192c4fc201 /hosts
parent4efeec4e847738a39ea81e88a7a131b794f9964a (diff)
downloadnixos-2472b98524f5bbfe40f456077f635eb24ab382da.tar
nixos-2472b98524f5bbfe40f456077f635eb24ab382da.tar.gz
nixos-2472b98524f5bbfe40f456077f635eb24ab382da.tar.bz2
nixos-2472b98524f5bbfe40f456077f635eb24ab382da.tar.xz
nixos-2472b98524f5bbfe40f456077f635eb24ab382da.zip
...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/http.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix
index b0ec652e..032b1fa5 100644
--- a/hosts/surtr/http.nix
+++ b/hosts/surtr/http.nix
@@ -1,4 +1,4 @@
1{ config, lib, ... }: 1{ config, lib, pkgs, ... }:
2{ 2{
3 config = { 3 config = {
4 services.webdav-server-rs = { 4 services.webdav-server-rs = {