This commit is contained in:
iFargle 2023-11-30 20:33:54 +09:00
parent cc35e39a18
commit f879aa0572
3 changed files with 2 additions and 6 deletions

View file

@ -4,8 +4,8 @@
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
(modulesPath + "/installer/scan/not-detected.nix")
./disks.nix
../../common/modules/boot.nix
# ../../common/modules/secureboot.nix
# ../../common/modules/boot.nix
../../common/modules/secureboot.nix
../../common/services/fwupd.nix
./builder.nix
./ssh-luks.nix

View file

@ -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.interval = "weekly";

View file

@ -3,8 +3,6 @@
# Unlock command:
# ssh root@<Local_IP_Address> "Password"
# ssh setup
# boot.kernelParams = [ "ip=192.168.1.2" ];
boot.kernelParams = [ "ip=dhcp" ];
boot.initrd = {