Update
This commit is contained in:
parent
cc35e39a18
commit
f879aa0572
3 changed files with 2 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
||||||
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
|
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
./disks.nix
|
./disks.nix
|
||||||
../../common/modules/boot.nix
|
# ../../common/modules/boot.nix
|
||||||
# ../../common/modules/secureboot.nix
|
../../common/modules/secureboot.nix
|
||||||
../../common/services/fwupd.nix
|
../../common/services/fwupd.nix
|
||||||
./builder.nix
|
./builder.nix
|
||||||
./ssh-luks.nix
|
./ssh-luks.nix
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{
|
{
|
||||||
# boot.loader.grub.device = "/dev/nvme0n1";
|
|
||||||
# boot.initrd.luks.devices."nvme0n1p2".device = "/dev/nvme0n1p2";
|
|
||||||
services.btrfs.autoScrub.enable = true;
|
services.btrfs.autoScrub.enable = true;
|
||||||
services.btrfs.autoScrub.interval = "weekly";
|
services.btrfs.autoScrub.interval = "weekly";
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
# Unlock command:
|
# Unlock command:
|
||||||
# ssh root@<Local_IP_Address> "Password"
|
# ssh root@<Local_IP_Address> "Password"
|
||||||
|
|
||||||
# ssh setup
|
|
||||||
# boot.kernelParams = [ "ip=192.168.1.2" ];
|
|
||||||
boot.kernelParams = [ "ip=dhcp" ];
|
boot.kernelParams = [ "ip=dhcp" ];
|
||||||
|
|
||||||
boot.initrd = {
|
boot.initrd = {
|
||||||
|
|
Loading…
Reference in a new issue