moved dhcp option and added max boot config limit
This commit is contained in:
parent
1a749c0278
commit
ddecbcd445
3 changed files with 13 additions and 7 deletions
6
install.sh
Normal file
6
install.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
nix-env -iA nixos.git
|
||||
git clone https://git.skdevstudios.cloud/specCon18/nixos-config.git
|
||||
sudo nix run github:nix-community/disko -- --mode zap_create_mount /modules/disko/luks-lvm.nix --arg disks '[ "/dev/nvme0n1" ]'
|
||||
nixos-generate-config --no-filesystems --root /mnt
|
||||
nixos-install --flake ./#creatorforge-framework
|
||||
Loading…
Add table
Add a link
Reference in a new issue