fix: Using a temp local module until https://github.com/NixOS/nixpkgs/pull/277382 is complete
This commit is contained in:
parent
c84951252f
commit
a19d1cc915
3 changed files with 1293 additions and 3 deletions
|
@ -12,6 +12,7 @@ in {
|
|||
./acme.nix
|
||||
./dns.nix
|
||||
./nginx.nix
|
||||
./nextcloud_.nix
|
||||
];
|
||||
|
||||
options.services.skynet_nextcloud = {
|
||||
|
|
1289
applications/nextcloud_.nix
Normal file
1289
applications/nextcloud_.nix
Normal file
File diff suppressed because it is too large
Load diff
|
@ -532,11 +532,11 @@
|
|||
},
|
||||
"nixpkgs_6": {
|
||||
"locked": {
|
||||
"lastModified": 1703013332,
|
||||
"narHash": "sha256-+tFNwMvlXLbJZXiMHqYq77z/RfmpfpiI3yjL6o/Zo9M=",
|
||||
"lastModified": 1703438236,
|
||||
"narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "54aac082a4d9bb5bbc5c4e899603abfb76a3f6d6",
|
||||
"rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue