Update website
This commit is contained in:
parent
1ab59d7994
commit
6d25719a61
4 changed files with 5 additions and 27 deletions
|
@ -57,7 +57,7 @@ in
|
|||
system = "x86_64-linux";
|
||||
extraModules = [
|
||||
{
|
||||
dadada.homePage.package = homePage.packages.${system}.homePage;
|
||||
dadada.homePage.package = homePage;
|
||||
}
|
||||
./modules/profiles/server.nix
|
||||
./surgat/configuration.nix
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
|
@ -10,8 +9,8 @@ with lib; {
|
|||
options.dadada.homePage = {
|
||||
enable = mkEnableOption "Enable home page";
|
||||
package = mkOption {
|
||||
type = lib.types.package;
|
||||
description = "Package containing the homepage";
|
||||
type = lib.types.path;
|
||||
description = "Path containing the homepage";
|
||||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue