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
parallel
q
rexit
ripgrep
];
};

View file

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

View file

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