This commit is contained in:
2026-01-13 15:04:33 +00:00
parent bf72ac7e97
commit 8ffe9ad244

View File

@@ -13,6 +13,7 @@
matrixDomain = "accord.tube"; matrixDomain = "accord.tube";
in { in {
imports = [ imports = [
(modulesPath + "/installer/cd-dvd/iso-image.nix")
self.nixosModules.hectic self.nixosModules.hectic
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
]; ];
@@ -33,8 +34,8 @@ in {
boot.initrd.kernelModules = ["nvme"]; boot.initrd.kernelModules = ["nvme"];
disko.devices = { disko.devices = {
disk.nvme0n1 = { disk.master = {
device = lib.mkDefault "/dev/nvme0n1"; device = lib.mkDefault "/dev/disk/by-id/nvme-eui.00000000000000000026b7686dfafe35";
type = "disk"; type = "disk";
content = { content = {
type = "gpt"; type = "gpt";