Setup genebean.me

This commit is contained in:
Gene Liverman 2025-10-29 23:11:27 -04:00
parent 9f4704c9b9
commit 0f90477654
5 changed files with 91 additions and 11 deletions

View file

@ -1,4 +1,9 @@
{ config, username, ... }: {
imports = [
../../../common/linux/lets-encrypt.nix
./nginx.nix
];
sops = {
age.keyFile = "${config.users.users.${username}.home}/.config/sops/age/keys.txt";
defaultSopsFile = ../secrets.yaml;