tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: permit insecure
devins.page
1 week ago
b65be8d1
f6422658
+4
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
matrix.nix
+4
hosts/bluepill/modules/matrix.nix
···
17
};
18
};
19
};
0
0
0
0
20
}
···
17
};
18
};
19
};
20
+
21
+
nixpkgs.config.permittedInsecurePackages = [
22
+
"olm-3.2.16"
23
+
];
24
}