I forgot to pull

This commit is contained in:
Lyn 2024-09-06 03:12:54 +02:00
commit ec530fa944
2 changed files with 5 additions and 3 deletions

View file

@ -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;

View file

@ -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;
@ -26,4 +28,4 @@
curl curl
htop htop
]; ];
} }