Fix selene

This commit is contained in:
Maxiem Geldhof 2025-10-13 18:56:59 +02:00
parent 893ec06b7c
commit 648bf43f76
15 changed files with 142 additions and 14 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
environment.systemPackages = [
pkgs.git
@ -8,7 +8,7 @@
pkgs.tmux
];
age.secrets.google-storage-key = {
file = ./secrets/google-storage-key;
file = ../../keys/google-storage-key;
owner = "root";
};
environment.variables.GOOGLE_APPLICATION_CREDENTIALS = config.age.secrets."google-storage-key".path;