mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update config and create outline for firefox syncserver
This commit is contained in:
18
flake.lock
generated
18
flake.lock
generated
@@ -25,11 +25,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1691312444,
|
"lastModified": 1692260837,
|
||||||
"narHash": "sha256-J9e9dGwAPTX+UlAn8jehoyaEq6fwK+L+gunfx0cYT4E=",
|
"narHash": "sha256-2FpkX1zl+7ni7djK7NeE1ZGupRUwZgjW+RPCSBgDf4k=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "903e06d734bcae48efb79b9afd51b406d2744179",
|
"rev": "6a94c1a59737783c282c4031555a289c28b961e4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -55,11 +55,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1691368598,
|
"lastModified": 1692174805,
|
||||||
"narHash": "sha256-ia7li22keBBbj02tEdqjVeLtc7ZlSBuhUk+7XTUFr14=",
|
"narHash": "sha256-xmNPFDi/AUMIxwgOH/IVom55Dks34u1g7sFKKebxUm0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5a8e9243812ba528000995b294292d3b5e120947",
|
"rev": "caac0eb6bdcad0b32cb2522e03e4002c8975c62e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -80,11 +80,11 @@
|
|||||||
"website": {
|
"website": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1690057185,
|
"lastModified": 1692298405,
|
||||||
"narHash": "sha256-Tcpi9P+7pEDC8/mJLOAuFJJf/ddXFjwmksoxRehm9FE=",
|
"narHash": "sha256-LhBchuvoeRMnWxJaP0T03FhzODPzBOK92w/KwcZtSYc=",
|
||||||
"owner": "thiloho",
|
"owner": "thiloho",
|
||||||
"repo": "website",
|
"repo": "website",
|
||||||
"rev": "993d7e0c7cf62477036b023bac766174e9f39970",
|
"rev": "25346de32ae7a4c740e67acba2c99d46d004ed18",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -74,6 +74,19 @@
|
|||||||
};
|
};
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
};
|
};
|
||||||
|
# mysql.package = pkgs.mariadb;
|
||||||
|
# firefox-syncserver = {
|
||||||
|
# enable = true;
|
||||||
|
# database.createLocally = true;
|
||||||
|
# secrets = "/var/run/firefox-syncserver-secrets.txt";
|
||||||
|
# singleNode = {
|
||||||
|
# enable = true;
|
||||||
|
# enableNginx = true;
|
||||||
|
# enableTLS = true;
|
||||||
|
# hostname = "fsync.thilohohlt.com";
|
||||||
|
# url = "https://ffsync.thilohohlt.com";
|
||||||
|
# };
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
|||||||
Reference in New Issue
Block a user