diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 25bd24ed..d288a148 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -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 diff --git a/nixos/hosts/framework-server/disks.nix b/nixos/hosts/framework-server/disks.nix index 07fd208f..f52de50e 100644 --- a/nixos/hosts/framework-server/disks.nix +++ b/nixos/hosts/framework-server/disks.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.interval = "weekly"; diff --git a/nixos/hosts/framework-server/ssh-luks.nix b/nixos/hosts/framework-server/ssh-luks.nix index ef1b244e..d790656d 100644 --- a/nixos/hosts/framework-server/ssh-luks.nix +++ b/nixos/hosts/framework-server/ssh-luks.nix @@ -3,8 +3,6 @@ # Unlock command: # ssh root@ "Password" - # ssh setup - # boot.kernelParams = [ "ip=192.168.1.2" ]; boot.kernelParams = [ "ip=dhcp" ]; boot.initrd = {