From 88017f5a874478dd82f306a5df88c38a8d06fcb6 Mon Sep 17 00:00:00 2001 From: tdback Date: Thu, 16 Jan 2025 19:57:13 -0500 Subject: fix: format flake with `nixfmt-rfc-style` --- hosts/odin/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/odin') diff --git a/hosts/odin/default.nix b/hosts/odin/default.nix index 47515e8..52a2ace 100644 --- a/hosts/odin/default.nix +++ b/hosts/odin/default.nix @@ -21,10 +21,10 @@ defaultGateway.address = "10.44.0.1"; interfaces.eno1 = { useDHCP = false; - ipv4.addresses = [{ + ipv4.addresses = lib.singleton { address = "10.44.4.101"; prefixLength = 16; - }]; + }; }; }; @@ -48,7 +48,7 @@ programs.motd = { enable = true; - networkInterfaces = lib.lists.singleton "eno1"; + networkInterfaces = [ "eno1" ]; servicesToCheck = [ "caddy" "immich-machine-learning" -- cgit v1.2.3