Flake: add copyparty flake

This commit is contained in:
Toast 2025-07-30 00:18:55 +02:00
parent 283ef9c680
commit 5fc8c72a51
2 changed files with 45 additions and 3 deletions

View file

@ -36,6 +36,9 @@
nix-impermanence.url = "github:nix-community/impermanence";
copyparty.url = "github:toast003/copyparty/nix-overhaul";
copyparty.inputs.nixpkgs.follows = "nixpkgs-raw";
/*
These are the same input, just following different nixpkgs versions
This avoids some wierdness when using one that follows unstable on a stable nixpkgs
@ -218,6 +221,7 @@
Everest = {
stable = true;
modules = [
copyparty.nixosModules.default
./roles/server
];
};