This commit is contained in:
chaos 2023-09-20 16:29:06 +01:00
parent 41ff877d54
commit 5c19ab3f2b
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -41,6 +41,7 @@ in {
boot.kernelParams =
[
"console=tty"
"console=tty0"
"ip=${serverIPs.ipv4}::${gateway}:${netmask}:${hostName}:enp1s0:any"
"boot.shell_on_fail"

View file

@ -0,0 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nixFlakes
nixos-install --experimental-features "nix-command flakes" "$@"