homepage -> startpage
This commit is contained in:
parent
6041564b7b
commit
7c2c270f07
3 changed files with 25 additions and 3 deletions
19
flake.lock
generated
19
flake.lock
generated
|
|
@ -363,7 +363,24 @@
|
|||
"nixos-generators": "nixos-generators",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"nixpkgs-stable": "nixpkgs-stable",
|
||||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
"pre-commit-hooks": "pre-commit-hooks",
|
||||
"startpage": "startpage"
|
||||
}
|
||||
},
|
||||
"startpage": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1680792425,
|
||||
"narHash": "sha256-5kXCvoCiizxfBt7PKWhfxqT4uknSp/8kekGU4bwckgs=",
|
||||
"owner": "baduhai",
|
||||
"repo": "startpage",
|
||||
"rev": "25d83b301541fb69119d3b35da88abb5cc24d0ae",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "baduhai",
|
||||
"repo": "startpage",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"utils": {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,11 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
startpage = {
|
||||
url = "github:baduhai/startpage";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
dotfiles = {
|
||||
url = "github:baduhai/dotfiles";
|
||||
flake = false;
|
||||
|
|
@ -49,7 +54,7 @@
|
|||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, home-manager, baduhai-nur, kmonad
|
||||
, nixpkgs-stable, deploy-rs, agenix, nixos-generators, homepage, dotfiles
|
||||
, nixpkgs-stable, deploy-rs, agenix, nixos-generators, startpage, dotfiles
|
||||
, pre-commit-hooks, ... }: {
|
||||
nixosConfigurations = {
|
||||
rotterdam = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
useACMEHost = "baduhai.me";
|
||||
forceSSL = true;
|
||||
kTLS = true;
|
||||
root = inputs.homepage;
|
||||
root = inputs.startpage;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue