set up nextcloud and sops-nix

This commit is contained in:
wo2wz 2025-08-12 16:57:22 -04:00
parent 0a8637a087
commit 6c526718cb
4 changed files with 161 additions and 7 deletions

View file

@ -35,6 +35,11 @@
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -46,6 +51,7 @@
nixos-hardware,
home-manager,
stylix,
sops-nix,
...
}@inputs:
let