forked from fi/nix-infra
Improve Proxmox backup image generation
This commit is contained in:
parent
0a5d070773
commit
aed6df2954
6 changed files with 37 additions and 9 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
# Enable console output on TTY1 and serial console
|
||||
boot.kernelParams = [
|
||||
"console=tty1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue