nixos: Add Sharry file sharing service

This commit is contained in:
2022-11-20 18:41:49 +00:00
parent 0038d9c987
commit d01078dc7b
7 changed files with 124 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ in
imports = [
inputs.impermanence.nixosModule
inputs.agenix.nixosModules.age
inputs.sharry.nixosModules.default
];
config = mkMerge [
@@ -71,6 +72,7 @@ in
nixpkgs = {
overlays = [
inputs.deploy-rs.overlay
inputs.sharry.overlays.default
];
config = {
allowUnfree = true;