This commit is contained in:
2026-04-01 16:46:22 +02:00
parent 50a12030b3
commit edee55fb07
2 changed files with 10 additions and 5 deletions
Generated
+5 -5
View File
@@ -30,8 +30,8 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774964651, "lastModified": 1774967561,
"narHash": "sha256-KAY9OQyDHFiuJW99OszRwF57VA75zmzc+o9G4SRUUk8=", "narHash": "sha256-k+ODWq4WWoVz5eAmbWG1JME4X4ql1OdTcT8n3gBFxZg=",
"path": "/home/love/dotfiles", "path": "/home/love/dotfiles",
"type": "path" "type": "path"
}, },
@@ -47,11 +47,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774898676, "lastModified": 1775047159,
"narHash": "sha256-0Utnqo+FbB+0CVUi0MI3oonF0Kuzy9VcgRkxl53Euvk=", "narHash": "sha256-UWM4VZvfKaPwA9FMu7iZha5YAE8vsEtUazk+rFxmbTY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a184bd2f8426087bae93f203403cd4b86c99e57d", "rev": "1ce9e62690dfdd7e76bd266ccb9a887778410eb2",
"type": "github" "type": "github"
}, },
"original": { "original": {
+5
View File
@@ -74,5 +74,10 @@ in
algorithm = "zstd"; algorithm = "zstd";
}; };
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
system.stateVersion = "25.11"; system.stateVersion = "25.11";
} }