diff options
| author | Kleidi Bujari <mail@4kb.net> | 2024-12-29 23:15:56 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2024-12-29 23:15:56 -0500 |
| commit | 833b5e89afa2073919508cc73534a92dd26fc97e (patch) | |
| tree | c458397db62e5405db1b947cf8cedcd5b0a3eaee /machines/xnet/nginx.nix | |
| parent | b847b87823dfd7e1b7870c67ea32199bc607f852 (diff) | |
| download | depot-833b5e89afa2073919508cc73534a92dd26fc97e.tar.gz depot-833b5e89afa2073919508cc73534a92dd26fc97e.tar.bz2 depot-833b5e89afa2073919508cc73534a92dd26fc97e.zip | |
Extend browser config and setup automatic snapshots
Diffstat (limited to 'machines/xnet/nginx.nix')
| -rw-r--r-- | machines/xnet/nginx.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/xnet/nginx.nix b/machines/xnet/nginx.nix index 64c1d65..eadd794 100644 --- a/machines/xnet/nginx.nix +++ b/machines/xnet/nginx.nix @@ -5,7 +5,6 @@ let inherit (lib) mkOption mkIf types; in { - options.xnet.nginx = { enable = mkOption { type = types.bool; |
