diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-14 08:03:55 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-14 08:03:55 -0700 |
| commit | 2a65383ca689412cdc213ec3b079dcbbb763c839 (patch) | |
| tree | 5d3c9f64d592388e1fc8ad92307dd0d693471237 /nix/machines/vm-synology/default.nix | |
| parent | enable starship's module hostname only for ssh (diff) | |
| download | infra-2a65383ca689412cdc213ec3b079dcbbb763c839.tar.gz | |
create common network configuration for nixos
Diffstat (limited to 'nix/machines/vm-synology/default.nix')
| -rw-r--r-- | nix/machines/vm-synology/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/machines/vm-synology/default.nix b/nix/machines/vm-synology/default.nix index 8f3b725..966d173 100644 --- a/nix/machines/vm-synology/default.nix +++ b/nix/machines/vm-synology/default.nix @@ -22,6 +22,7 @@ ./git.nix ./hardware.nix ./ingress.nix + ../common/network.nix ]; # Use the systemd-boot EFI boot loader. |
