various: fix update issues
This commit is contained in:
parent
bdb1124cbe
commit
2e3913b83b
3 changed files with 4 additions and 2 deletions
|
@ -35,7 +35,6 @@
|
|||
mtr
|
||||
parallel
|
||||
q
|
||||
rexit
|
||||
ripgrep
|
||||
];
|
||||
};
|
||||
|
|
|
@ -15,6 +15,10 @@ let
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
allowBroken = true;
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
@ -39,7 +39,6 @@ in
|
|||
../nixos/weewx-proxy.nix
|
||||
|
||||
../nixos/container.nix
|
||||
../nixos/homebridge.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
|
Loading…
Reference in a new issue