diff options
Diffstat (limited to 'hosts/commons')
-rw-r--r-- | hosts/commons/network.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/commons/network.nix b/hosts/commons/network.nix index c44f7a4..df5aa27 100644 --- a/hosts/commons/network.nix +++ b/hosts/commons/network.nix @@ -1,4 +1,4 @@ -{ config, pkgs, hostname, ... }: +{ config, pkgs, lib, hostname, ... }: { networking = { |