it's finally working O.O
This commit is contained in:
parent
94310bf128
commit
ff7c4cce10
2 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
./../../meta/profiles/base.nix
|
||||
./../../meta/profiles/vm.nix
|
||||
];
|
||||
sops.secrets."hosts/forgenite/db_password" = {};
|
||||
lyn.sops.secrets."hosts/forgenite/forgejo_db_password".owner = "forgejo";
|
||||
# Use UEFI
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{lib, config, pkgs, ...}: {
|
||||
|
||||
imports = [
|
||||
../modules/sops
|
||||
];
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
@ -26,4 +28,4 @@
|
|||
curl
|
||||
htop
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue