Upgrade linode

This commit is contained in:
Greg Hellings
2023-05-11 14:34:23 +00:00
parent c0417e9590
commit 262d044229
5 changed files with 27 additions and 4 deletions
+6 -1
View File
@@ -32,7 +32,12 @@
};
};
nixpkgs.config.allowUnfree = true;
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"qtwebkit-5.212.0-alpha4"
];
};
# Base packages that need to be in all my hosts
environment.systemPackages = with pkgs; [