diff options
author | Franck Cuny <franck@fcuny.net> | 2024-08-05 17:49:14 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-08-05 17:49:14 -0700 |
commit | 81d21b59d195f881641a6ea2b5ce176247d67202 (patch) | |
tree | 1a07d9ad53ae6d12c6ae0f3f5c659c2d54d7869c /nix/hosts | |
parent | store gitolite data on /srv (diff) | |
download | world-81d21b59d195f881641a6ea2b5ce176247d67202.tar.gz |
we need config
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/wildcat/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/wildcat/configuration.nix b/nix/hosts/wildcat/configuration.nix index 398c923..c55cb31 100644 --- a/nix/hosts/wildcat/configuration.nix +++ b/nix/hosts/wildcat/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ config, pkgs, ... }: let robots-deny = pkgs.writeText "robots.txt" '' User-agent: * |