Copy paste typo

This commit is contained in:
Root User 2026-02-07 21:51:29 +01:00
parent a1a579662e
commit 458d0d865a
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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 = {