Flake: add copyparty flake
This commit is contained in:
parent
283ef9c680
commit
5fc8c72a51
2 changed files with 45 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue