Compare commits

..

No commits in common. "5c710c00791015bb3a0f06f67db3042ab0f79f06" and "8dedcfe53d233927e00fbe44caf635bfcde87294" have entirely different histories.

2 changed files with 7 additions and 8 deletions

View file

@ -161,11 +161,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1693065146,
"narHash": "sha256-AOdEm+zxEJA90UutehTYtQVyb7biL7TM8xkdh4EVDjo=",
"lastModified": 1693029792,
"narHash": "sha256-q03hjM3fKj7wWCxhxJ5Iv5SP/7wsKcyEiCo4ihjK+fg=",
"ref": "refs/heads/main",
"rev": "97bb44f71716b5a4172e3a916e93b005d5f262e6",
"revCount": 32,
"rev": "3faccc1b999a965b88fbac567fc222243c49eedd",
"revCount": 24,
"type": "git",
"url": "https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git"
},
@ -240,11 +240,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1693003285,
"narHash": "sha256-5nm4yrEHKupjn62MibENtfqlP6pWcRTuSKrMiH9bLkc=",
"lastModified": 1692913444,
"narHash": "sha256-1SvMQm2DwofNxXVtNWWtIcTh7GctEVrS/Xel/mdc6iY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5690c4271f2998c304a45c91a0aeb8fb69feaea7",
"rev": "18324978d632ffc55ef1d928e81630c620f4f447",
"type": "github"
},
"original": {

View file

@ -4,6 +4,5 @@
services.status_cloud = {
enable = true;
config_path = "/home/nixolas/nextcloud_integrations.toml";
frequency = 15;
};
}