diff --git a/nix-system-configs/modules/system/database.nix b/nix-system-configs/modules/system/database.nix index 2041188..c328c8a 100644 --- a/nix-system-configs/modules/system/database.nix +++ b/nix-system-configs/modules/system/database.nix @@ -36,10 +36,6 @@ ./hardware-configuration.nix ]; - # Bootloader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - config = { local.hostname = "nixosdd"; local.username = "nixosdd"; @@ -55,7 +51,9 @@ 3306 # MariaDB/MySQL ]; - # List services that you want to enable: + # Bootloader. + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; # Enable PostgreSQL services.postgresql = {