mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43: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";
|
||||
|
|
|
|||
|
|
@ -88,8 +88,6 @@ in {
|
|||
return;
|
||||
'')
|
||||
];
|
||||
buildInputs = old.buildInputs ++ [pkgs.pipewire];
|
||||
configureFlags = old.configureFlags ++ ["--enable-pipewire"];
|
||||
});
|
||||
runAsRoot = true;
|
||||
ovmf.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue