diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-10 18:40:45 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-10 18:40:45 -0800 |
commit | 98abc2c24551657f9a5713ef588056477f6905ee (patch) | |
tree | c61efcbe5f301f0c403a12ab1483e28ac9cd1570 /hosts | |
parent | 35de4924a5560d9af3c894abd78cb0fcb0a85387 (diff) | |
download | nix-98abc2c24551657f9a5713ef588056477f6905ee.tar nix-98abc2c24551657f9a5713ef588056477f6905ee.tar.gz nix-98abc2c24551657f9a5713ef588056477f6905ee.tar.bz2 nix-98abc2c24551657f9a5713ef588056477f6905ee.tar.lz nix-98abc2c24551657f9a5713ef588056477f6905ee.tar.xz nix-98abc2c24551657f9a5713ef588056477f6905ee.tar.zst nix-98abc2c24551657f9a5713ef588056477f6905ee.zip |
Fix typo
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/services.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index dc93898..fb6c9f8 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -143,7 +143,7 @@ }; "/nipsy/" = { extraConfig = '' - autoindex on + autoindex on; ''; root = "/data/home/nipsy/www"; tryFiles = "$uri =404"; |