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; flake = false;
}; };
startpage = {
url = "github:baduhai/startpage";
flake = false;
};
dotfiles = { dotfiles = {
url = "github:baduhai/dotfiles"; url = "github:baduhai/dotfiles";
flake = false; flake = false;
@ -54,7 +49,7 @@
}; };
outputs = inputs@{ self, nixpkgs, home-manager, baduhai-nur, kmonad 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, ... }: { , pre-commit-hooks, ... }: {
nixosConfigurations = { nixosConfigurations = {
rotterdam = nixpkgs.lib.nixosSystem { rotterdam = nixpkgs.lib.nixosSystem {

View file

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