working nextcloud configuration

This commit is contained in:
Noah Masur
2022-10-02 20:54:26 +00:00
parent f196f546b8
commit 2434376963
6 changed files with 123 additions and 0 deletions

View File

@ -89,6 +89,9 @@
# Display the readme for this repository
readme = import ./apps/readme.nix { inherit pkgs; };
# Load the SSH key for this machine
loadkey = import ./apps/loadkey.nix { inherit pkgs; };
});
devShells = forAllSystems (system: