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 = { nix = {
package = pkgs.nixVersions.stable; package = pkgs.nixVersions.stable;
extraOptions = '' settings.extra-experimental-features = [
experimental-features = nix-command flakes "flakes"
''; "nix-command"
];
buildMachines = [ buildMachines = [
{ {
hostName = "10.0.1.235"; hostName = "10.0.1.235";