1
0
Fork 0

various: fix update issues

This commit is contained in:
Daniel Kempkens 2024-08-19 01:02:12 +02:00
parent bdb1124cbe
commit 2e3913b83b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 4 additions and 2 deletions

View file

@ -35,7 +35,6 @@
mtr mtr
parallel parallel
q q
rexit
ripgrep ripgrep
]; ];
}; };

View file

@ -15,6 +15,10 @@ let
config = { config = {
allowUnfree = true; allowUnfree = true;
allowBroken = true; allowBroken = true;
permittedInsecurePackages = [
"olm-3.2.16"
];
}; };
}; };
in in

View file

@ -39,7 +39,6 @@ in
../nixos/weewx-proxy.nix ../nixos/weewx-proxy.nix
../nixos/container.nix ../nixos/container.nix
../nixos/homebridge.nix
]; ];
system.stateVersion = "22.11"; system.stateVersion = "22.11";