feat: add noisepics to server

This commit is contained in:
Jet 2026-03-18 17:03:28 -07:00
parent e91c4949d0
commit bb1b8ca33f
No known key found for this signature in database
4 changed files with 44 additions and 0 deletions

View file

@ -16,6 +16,9 @@
noisebell.url = "git+https://git.extremist.software/jet/noisebell";
noisebell.inputs.nixpkgs.follows = "nixpkgs";
noisepics.url = "git+https://git.extremist.software/jet/noisepics";
noisepics.inputs.nixpkgs.follows = "nixpkgs";
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
};
@ -30,6 +33,7 @@
inputs.website.nixosModules.default
inputs.agenix.nixosModules.default
inputs.noisebell.nixosModules.default
inputs.noisepics.nixosModules.default
./disk-config.nix
./configuration.nix