1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

lix: try out

This commit is contained in:
2026-02-11 16:44:46 +01:00
parent c6a11c1d79
commit 9aaaaff724
3 changed files with 4 additions and 7 deletions

View File

@@ -2,8 +2,6 @@
description = "niveum: packages, modules, systems";
inputs = {
self.submodules = true;
agenix.url = "github:ryantm/agenix";
autorenkalender.url = "github:kmein/autorenkalender";
home-manager.url = "github:nix-community/home-manager/release-25.11";
@@ -166,7 +164,7 @@
${pkgs.nixos-rebuild-ng}/bin/nixos-rebuild-ng switch \
--max-jobs 2 \
--log-format internal-json \
--flake .#${hostname} \
--flake .?submodules=1#${hostname} \
--use-substitutes \
--target-host "$target" \
${lib.optionalString (localSystem != machines.${hostname}.system) "--build-host $target"} \