From bc4e205a62dcf252e4164938f5f1f29713e60050 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 22 Oct 2023 20:29:03 +0200 Subject: [PATCH] sombrero: Cleanup `configuration.nix` whitespace --- hosts/sombrero/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 06861ec..f741ddc 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -168,7 +168,6 @@ system = "aarch64-linux"; }; - mod = { docker.enable = true; nginx.enable = true; @@ -189,5 +188,4 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "22.11"; # Did you read the comment? - }