Add ochsenchopf host

This commit is contained in:
Fabian Hauser 2022-04-17 09:56:30 +02:00
parent 75e2230bd6
commit 9be69627fe
5 changed files with 104 additions and 1 deletions

View file

@ -21,7 +21,7 @@
inherit system;
config.allowUnfree = true; # For vscode
};
hosts = [ "speer" "hummelberg" ];
hosts = [ "speer" "hummelberg" "ochsenchopf" ];
in {
checks.${system}.formatCheck = let pkgs = pkgsUnstable;
in pkgs.runCommand "nixfmt-check" { } ''