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