diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:42:09 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:42:09 -0800 |
commit | 0574137a8b907561f34fcb341c5983a2c42a448c (patch) | |
tree | 64e62d762cd2c110e74a92d9ea6d7da0a5ec10cd /hosts/commons | |
parent | hosts: typo (diff) | |
download | world-0574137a8b907561f34fcb341c5983a2c42a448c.tar.gz |
hosts: more typo
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 = { |