diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-12 14:34:40 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 14:34:40 -0700 |
| commit | 32f9e187049a5b27a9a3359692a04f2ec8924472 (patch) | |
| tree | c0277f9f4b4011b50876159f51ec8a6f5d74a74b /hosts/carmel/default.nix | |
| parent | profiles/default: list installed packages in /etc/installed-packages (diff) | |
| download | infra-32f9e187049a5b27a9a3359692a04f2ec8924472.tar.gz | |
home/carmel: move router's configuration to a profile
Diffstat (limited to 'hosts/carmel/default.nix')
| -rw-r--r-- | hosts/carmel/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 8c68e20..4f86d90 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -3,14 +3,16 @@ { imports = [ ./hardware.nix - ./boot.nix ./networking.nix ./services.nix "${self}/profiles/server.nix" "${self}/profiles/hardware/amd.nix" "${self}/profiles/nginx.nix" + "${self}/profiles/router.nix" ]; + boot.loader.efi.efiSysMountPoint = "/boot/efi"; + services.avahi = { enable = true; # Important to resolve .local domains of printers, otherwise you get an error |
