tty
This commit is contained in:
parent
41ff877d54
commit
5c19ab3f2b
|
@ -41,6 +41,7 @@ in {
|
||||||
|
|
||||||
boot.kernelParams =
|
boot.kernelParams =
|
||||||
[
|
[
|
||||||
|
"console=tty"
|
||||||
"console=tty0"
|
"console=tty0"
|
||||||
"ip=${serverIPs.ipv4}::${gateway}:${netmask}:${hostName}:enp1s0:any"
|
"ip=${serverIPs.ipv4}::${gateway}:${netmask}:${hostName}:enp1s0:any"
|
||||||
"boot.shell_on_fail"
|
"boot.shell_on_fail"
|
||||||
|
|
4
scripts/nixosInstallFlakes.sh
Normal file
4
scripts/nixosInstallFlakes.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env nix-shell
|
||||||
|
#!nix-shell -i bash -p nixFlakes
|
||||||
|
|
||||||
|
nixos-install --experimental-features "nix-command flakes" "$@"
|
Loading…
Reference in a new issue