1
0
Fork 0
forked from fi/nix-infra

Set boot.growPartition = true

This commit is contained in:
fi 2023-08-04 02:30:57 +02:00
commit 3f9cdc0943
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
2 changed files with 9 additions and 7 deletions

View file

@ -4,11 +4,5 @@
./hardware-configuration.nix
];
# Enable console output on TTY1 and serial console
boot.kernelParams = [
"console=tty1"
"console=ttyS0,115200"
];
services.qemuGuest.enable = true;
}