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
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
local.hostname = "nixosdd";
|
local.hostname = "nixosdd";
|
||||||
local.username = "nixosdd";
|
local.username = "nixosdd";
|
||||||
|
|
@ -55,7 +51,9 @@
|
||||||
3306 # MariaDB/MySQL
|
3306 # MariaDB/MySQL
|
||||||
];
|
];
|
||||||
|
|
||||||
# List services that you want to enable:
|
# Bootloader.
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# Enable PostgreSQL
|
# Enable PostgreSQL
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue