hosts/common: refactor
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m3s

This commit is contained in:
2026-01-10 18:53:28 +00:00
parent 1908f83f3b
commit 45d3148255

View File

@@ -80,9 +80,10 @@
nix = {
package = pkgs.nixVersions.stable;
extraOptions = ''
experimental-features = nix-command flakes
'';
settings.extra-experimental-features = [
"flakes"
"nix-command"
];
buildMachines = [
{
hostName = "10.0.1.235";