remove startpage, will do something else

This commit is contained in:
rotterdam 2023-04-06 11:54:29 -03:00
parent 7c2c270f07
commit fa06a208ee
2 changed files with 2 additions and 7 deletions

View file

@ -37,11 +37,6 @@
flake = false;
};
startpage = {
url = "github:baduhai/startpage";
flake = false;
};
dotfiles = {
url = "github:baduhai/dotfiles";
flake = false;
@ -54,7 +49,7 @@
};
outputs = inputs@{ self, nixpkgs, home-manager, baduhai-nur, kmonad
, nixpkgs-stable, deploy-rs, agenix, nixos-generators, startpage, dotfiles
, nixpkgs-stable, deploy-rs, agenix, nixos-generators, homepage, dotfiles
, pre-commit-hooks, ... }: {
nixosConfigurations = {
rotterdam = nixpkgs.lib.nixosSystem {

View file

@ -12,7 +12,7 @@
useACMEHost = "baduhai.me";
forceSSL = true;
kTLS = true;
root = inputs.startpage;
root = inputs.homepage;
};
};
}