From 751609cb72cd35ee61b4bd57e84acaec2c0fe45b Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Sat, 23 Aug 2025 14:36:43 +0200 Subject: [PATCH] wip: add test secret for game-luanti --- hosts/game-luanti/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/game-luanti/default.nix b/hosts/game-luanti/default.nix index cbac390..0a179be 100644 --- a/hosts/game-luanti/default.nix +++ b/hosts/game-luanti/default.nix @@ -1,4 +1,4 @@ -{rootPath, ...}: { +{inArgs, rootPath, config, ...}: { imports = [ ./boot.nix ./hardware-configuration.nix @@ -6,8 +6,11 @@ (rootPath + /modules/game/server/luanti) (rootPath + /modules/pkg_mgrmnt/unattended-updates.nix) + inArgs.nix-secrets.nixos-modules.game-luanti ]; + environment.etc."bla".source = config.age.secrets.hello.path; + users = let username = "root"; in {