mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix usage of website flake
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
39d36d5457
commit
a0478c79aa
|
@ -2439,11 +2439,11 @@
|
||||||
"yaml-mode": "yaml-mode"
|
"yaml-mode": "yaml-mode"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703452964,
|
"lastModified": 1703960796,
|
||||||
"narHash": "sha256-dPc9NeMM4RfDXrrG9lQDDBJb67+QFFVixdzXPqwtZAQ=",
|
"narHash": "sha256-EpF5AjLeRuDtI9bSWM8myVrhqPgio/sUnqk6f8LkYFQ=",
|
||||||
"owner": "~magic_rb",
|
"owner": "~magic_rb",
|
||||||
"repo": "website",
|
"repo": "website",
|
||||||
"rev": "f694cd382f7a7dc1b7867529a5128ad168351a88",
|
"rev": "2bb5d297a1ca24ba1d12d1f3202bc7b777ec3e8b",
|
||||||
"type": "sourcehut"
|
"type": "sourcehut"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2439,11 +2439,11 @@
|
||||||
"yaml-mode": "yaml-mode"
|
"yaml-mode": "yaml-mode"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703452964,
|
"lastModified": 1703960796,
|
||||||
"narHash": "sha256-dPc9NeMM4RfDXrrG9lQDDBJb67+QFFVixdzXPqwtZAQ=",
|
"narHash": "sha256-EpF5AjLeRuDtI9bSWM8myVrhqPgio/sUnqk6f8LkYFQ=",
|
||||||
"owner": "~magic_rb",
|
"owner": "~magic_rb",
|
||||||
"repo": "website",
|
"repo": "website",
|
||||||
"rev": "f694cd382f7a7dc1b7867529a5128ad168351a88",
|
"rev": "2bb5d297a1ca24ba1d12d1f3202bc7b777ec3e8b",
|
||||||
"type": "sourcehut"
|
"type": "sourcehut"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
};
|
};
|
||||||
init.services.apache2 = {
|
init.services.apache2 = {
|
||||||
ensureSomething.link."documentRoot" = {
|
ensureSomething.link."documentRoot" = {
|
||||||
src = "${inputs.website.website."x86_64-linux"}/redalder";
|
src = "${inputs.website.packages."x86_64-linux".website}/redalder";
|
||||||
dst = "/var/www";
|
dst = "/var/www";
|
||||||
};
|
};
|
||||||
shutdownOnExit = true;
|
shutdownOnExit = true;
|
||||||
|
|
Loading…
Reference in a new issue