mod: update flake

This commit is contained in:
2026-08-11 00:21:04 -04:00
parent 04518129d5
commit d7a2d4cf38
2 changed files with 86 additions and 13 deletions
+5 -3
View File
@@ -3,7 +3,9 @@
userName,
nur,
...
}: {
}: let
hildibrand = nur.packages.${pkgs.stdenv.hostPlatform.system}.hildibrand;
in {
imports = [
../../pwrMgmt
../../networking/core.nix
@@ -53,7 +55,7 @@
};
environment.systemPackages = [
nur.packages.${pkgs.stdenv.hostPlatform.system}.hildibrand
hildibrand
];
systemd.services.hildibrand = {
@@ -64,7 +66,7 @@
Type = "simple";
User = userName;
WorkingDirectory = "/home/${userName}";
ExecStart = "${nur.packages.${pkgs.stdenv.hostPlatform.system}.hildibrand}/bin/hildibrand";
ExecStart = "${hildibrand}/bin/hildebrand";
Restart = "on-failure";
RestartSec = "5s";
};