Enable flakes in kexec image and comma integration
All checks were successful
Check Flake / check-flake (push) Successful in 20m21s

This commit is contained in:
2026-01-24 15:02:42 -08:00
parent e42e30d3cc
commit 2810ba1412
2 changed files with 11 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
(modulesPath + "/installer/cd-dvd/channel.nix")
../../common/machine-info
../../common/ssh.nix
../../common/flakes.nix
../../common/shell.nix
];
boot.initrd.availableKernelModules = [
@@ -36,6 +38,7 @@
git-lfs
wget
htop
btop
dnsutils
pciutils
usbutils
@@ -54,5 +57,7 @@
};
};
nix.flakes.enable = true;
users.users.root.openssh.authorizedKeys.keys = config.machines.ssh.userKeys;
}