mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
parrot and qemu PR's merged
This commit is contained in:
parent
ec79c9b582
commit
af43d70734
3 changed files with 2 additions and 49 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{self, ...}: {
|
||||
_: {
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
wantedBy = ["multi-user.target"];
|
||||
wants = ["network-online.target"];
|
||||
after = ["network-online.target"];
|
||||
script = lib.getExe self.packages.${pkgs.system}.parrot;
|
||||
script = lib.getExe pkgs.parrot;
|
||||
serviceConfig = {
|
||||
EnvironmentFile = config.sops.secrets.discordenv.path;
|
||||
Restart = "on-failure";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue