diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-09 18:50:59 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-09 18:50:59 -0700 |
commit | e5b1e00060d9942b68627b73f449f974d8493f10 (patch) | |
tree | 9d0972e8e50a90592dc7c6c840e81b4fec734783 | |
parent | profiles/nginx: move common configuration to a profile (diff) | |
download | world-e5b1e00060d9942b68627b73f449f974d8493f10.tar.gz |
hosts/tahoe: fix boot configuration
-rw-r--r-- | hosts/tahoe/boot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tahoe/boot.nix b/hosts/tahoe/boot.nix index bf87ce8..89bd672 100644 --- a/hosts/tahoe/boot.nix +++ b/hosts/tahoe/boot.nix @@ -1,4 +1,4 @@ -{ ... }: +{ config, ... }: { boot = { |