diff options
Diffstat (limited to 'nix-conf/machines/edrahil/network-configuration.nix')
-rw-r--r-- | nix-conf/machines/edrahil/network-configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nix-conf/machines/edrahil/network-configuration.nix b/nix-conf/machines/edrahil/network-configuration.nix index 5a7bc28..626232c 100644 --- a/nix-conf/machines/edrahil/network-configuration.nix +++ b/nix-conf/machines/edrahil/network-configuration.nix @@ -1,5 +1,4 @@ -{ ... }: -{ +{ ... }: { networking = { interfaces.ens3.ipv6.addresses = [{ # Emulate nix-sops. Technically an anti-pattern, but IP addresses aren't real secrets, and this has to be embedded here, |