fix: add lib to droppie networking.nix

This commit is contained in:
Benjamin Bädorf 2023-11-08 01:16:38 +01:00
parent c6563b3cf4
commit d8f7dcc2fc
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -2,6 +2,7 @@
flake, flake,
config, config,
pkgs, pkgs,
lib,
... ...
}: { }: {
networking.hostName = "droppie"; networking.hostName = "droppie";