mod: update flake
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user