sombrero: Cleanup configuration.nix whitespace

This commit is contained in:
Alexander Heldt
2023-10-22 20:29:03 +02:00
parent f1a9bfae16
commit bc4e205a62

View File

@@ -168,7 +168,6 @@
system = "aarch64-linux"; system = "aarch64-linux";
}; };
mod = { mod = {
docker.enable = true; docker.enable = true;
nginx.enable = true; nginx.enable = true;
@@ -189,5 +188,4 @@
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment? system.stateVersion = "22.11"; # Did you read the comment?
} }