Compare commits

..

2 commits

Author SHA1 Message Date
baritone be4069c234 fixed website not automatically coming online after reboot 2025-03-30 22:10:42 +02:00
baritone 22aa9a9ae6 updated flake.lock 2025-03-30 21:54:52 +02:00
2 changed files with 11 additions and 10 deletions

View file

@ -143,11 +143,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742326330, "lastModified": 1743295846,
"narHash": "sha256-Tumt3tcMXJniSh7tw2gW+WAnVLeB3WWm+E+yYFnLBXo=", "narHash": "sha256-hKKz07d4RV9gzxzE5Qu3RQWX8a7XpzRrP5timoxoGRQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "22a36aa709de7dd42b562a433b9cefecf104a6ee", "rev": "717030011980e9eb31eb8ce011261dd532bce92c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -165,11 +165,11 @@
"spectrum": "spectrum" "spectrum": "spectrum"
}, },
"locked": { "locked": {
"lastModified": 1741893540, "lastModified": 1743083165,
"narHash": "sha256-NEsR+FQ+AsY4cOZ3OL69JVdPTAYzSzBqeAhHGRRuDGk=", "narHash": "sha256-Fz7AiCJWtoWZ2guJwO3B1h3RuJxYWaCzFIqY0Kmkyrs=",
"owner": "astro", "owner": "astro",
"repo": "microvm.nix", "repo": "microvm.nix",
"rev": "5bbc126db87b5ffc36394df630eead403c48fac8", "rev": "773d5a04e2e10ca7b412270dea11276a496e1b61",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -180,11 +180,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1742288794, "lastModified": 1743095683,
"narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=", "narHash": "sha256-gWd4urRoLRe8GLVC/3rYRae1h+xfQzt09xOfb0PaHSk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42", "rev": "5e5402ecbcb27af32284d4a62553c019a3a49ea6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -22,9 +22,10 @@ in {
inherit uid; inherit uid;
}; };
systemd.services."run-website" = { systemd.services."website" = {
description = "Service for running my website"; description = "Service for running my website";
wants = ["network-online.target"]; wants = ["network-online.target"];
after = ["network-online.target"];
wantedBy = ["multi-user.target"]; wantedBy = ["multi-user.target"];
preStart = '' preStart = ''