Copy paste typo
This commit is contained in:
parent
a1a579662e
commit
458d0d865a
1 changed files with 3 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue