finish nomad, add consul, sops

This commit is contained in:
2023-11-19 21:30:13 +00:00
parent 76a437fcb2
commit d146e394d5

View File

@@ -29,10 +29,4 @@
# kernel for serial console access to work well
boot.kernelParams = ["console=ttyS2,1500000"];
hardware.deviceTree.name = "rockchip/rk3568-odroid-m1.dtb";
# Turn on flakes.
##nix.package = pkgs.nixVersions.stable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
}