mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
NixOS 25.11 migration
This commit is contained in:
parent
bc5129a87d
commit
5718c8ca6d
16 changed files with 107 additions and 463 deletions
|
|
@ -21,10 +21,6 @@ let
|
|||
);
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/matrix/tuwunel.nix"
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
customFluffy
|
||||
pkgs.unstable.element-web
|
||||
|
|
|
|||
|
|
@ -7,20 +7,8 @@
|
|||
}:
|
||||
let
|
||||
sopsFolder = builtins.toString inputs.nix-secrets + "/sops";
|
||||
|
||||
customTriliumModule = builtins.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/NixOS/nixpkgs/refs/heads/master/nixos/modules/services/web-apps/trilium.nix";
|
||||
sha256 = "sha256:1y4xqwf011lkjzpn5ygmdn7chbwshha16h53hwydlx76avzsmd8j";
|
||||
};
|
||||
in
|
||||
{
|
||||
disabledModules = [
|
||||
"${inputs.nixpkgs}/nixos/modules/services/web-apps/trilium.nix"
|
||||
];
|
||||
imports = [
|
||||
customTriliumModule
|
||||
];
|
||||
|
||||
sops.secrets = {
|
||||
"trilium/oidc/id" = {
|
||||
sopsFile = "${sopsFolder}/services.yaml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue