diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-08-05 17:14:21 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-08-05 17:14:21 -0700 |
| commit | 6cf40b8a0099a883d99727bd752734de67a071b8 (patch) | |
| tree | 62381d76c24a0154297361fdedf282c6fb9173cf /nix/hosts/wildcat/default.nix | |
| parent | set the ssh key for user fcuny (diff) | |
| download | infra-6cf40b8a0099a883d99727bd752734de67a071b8.tar.gz | |
initial nginx configuration for fcuny.net
Diffstat (limited to '')
| -rw-r--r-- | nix/hosts/wildcat/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/wildcat/default.nix b/nix/hosts/wildcat/default.nix index 8d8edaa..fcaad82 100644 --- a/nix/hosts/wildcat/default.nix +++ b/nix/hosts/wildcat/default.nix @@ -3,6 +3,7 @@ imports = [ ./hardware.nix ./networking.nix + ./configuration.nix ]; boot.tmp.cleanOnBoot = true; |
