fixed config for git itself
This commit is contained in:
parent
3b465c7eb1
commit
f7d031ddf9
2 changed files with 7 additions and 3 deletions
|
@ -3,10 +3,14 @@
|
|||
[
|
||||
./../../users/lyn
|
||||
./hardware-configuration.nix
|
||||
./../../meta/profiles/base.nix
|
||||
./../../meta/profiles/vm.nix
|
||||
];
|
||||
lyn.sops.secrets."hosts/forgenite/forgejo_db_password".owner = "forgejo";
|
||||
|
||||
lyn.kernel.latest.enable = true;
|
||||
lyn.kernel.hardened.enable =true;
|
||||
lyn.profiles.base.enable = true;
|
||||
lyn.profiles.vm.enable = true;
|
||||
|
||||
# Use UEFI
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
# enable git
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, lib, config, cfg, ...}:
|
||||
with lib; with builtins; {
|
||||
opt.domain = lib.mkOption {type = lib.types.string;};
|
||||
opt.domain = lib.mkOption {type = lib.types.str;};
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = config.pkgsInstances.unstable.forgejo;
|
||||
|
|
Loading…
Reference in a new issue