1
0

Compare commits

..

No commits in common. "eaccce56eb4d99794d47d8d0fd3f1d796ddf4c88" and "a886581a4365016123f86403c8f34e86891cb85c" have entirely different histories.

2 changed files with 11 additions and 11 deletions

View File

@ -30,11 +30,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1708189846, "lastModified": 1704729137,
"narHash": "sha256-7vVQOvB8cD3AqEGmDsBSnnk1vsGfQ8aObTWGvjturDo=", "narHash": "sha256-JnhA+YiOFYwWxW96xJZuyIV6BI8+DgiZm2w9NtO67+c=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "ae351c9685ee8491d471e9ad3bc907ac6d999ae5", "rev": "6225b664a76b71f01f15d8e4a93c8c2ef0e6e1fe",
"revCount": 6, "revCount": 4,
"type": "git", "type": "git",
"url": "https://git.clerie.de/clerie/chaosevents.git" "url": "https://git.clerie.de/clerie/chaosevents.git"
}, },
@ -236,11 +236,11 @@
}, },
"nixpkgs-krypton": { "nixpkgs-krypton": {
"locked": { "locked": {
"lastModified": 1708118438, "lastModified": 1707956935,
"narHash": "sha256-kk9/0nuVgA220FcqH/D2xaN6uGyHp/zoxPNUmPCMmEE=", "narHash": "sha256-ZL2TrjVsiFNKOYwYQozpbvQSwvtV/3Me7Zwhmdsfyu4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5863c27340ba4de8f83e7e3c023b9599c3cb3c80", "rev": "a4d4fe8c5002202493e87ec8dbc91335ff55552c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -252,11 +252,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1708118438, "lastModified": 1707956935,
"narHash": "sha256-kk9/0nuVgA220FcqH/D2xaN6uGyHp/zoxPNUmPCMmEE=", "narHash": "sha256-ZL2TrjVsiFNKOYwYQozpbvQSwvtV/3Me7Zwhmdsfyu4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5863c27340ba4de8f83e7e3c023b9599c3cb3c80", "rev": "a4d4fe8c5002202493e87ec8dbc91335ff55552c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -26,7 +26,7 @@
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
WorkingDirectory = "/var/lib/chaosevents"; WorkingDirectory = "/var/lib/chaosevents";
RuntimeDirectory = "chaosevents"; RuntimeDirectory = "nixos-validator";
User = "chaosevents"; User = "chaosevents";
Group = "chaosevents"; Group = "chaosevents";
ExecStart = '' ExecStart = ''