testing with more modern version of nixpkgs
This commit is contained in:
parent
a044f9d053
commit
c349732361
3 changed files with 14 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = github:revol-xut/nixpkgs/master;
|
||||
nixpkgs.url = github:/revol-xut/nixpkgs/regex-opt;
|
||||
sops-nix.url = github:Mic92/sops-nix;
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
@ -53,6 +53,9 @@
|
|||
./modules/matrix.nix
|
||||
./modules/sogo.nix
|
||||
{
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"nodejs-16.20.0"
|
||||
];
|
||||
fsr.enable_office_bloat = false;
|
||||
fsr.domain = "staging.ifsr.de";
|
||||
sops.defaultSopsFile = ./secrets/quitte.yaml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue