wip: add test secret for game-luanti

This commit is contained in:
Ranomier 2025-08-23 14:36:43 +02:00
parent c8236dfa7e
commit 751609cb72

View file

@ -1,4 +1,4 @@
{rootPath, ...}: { {inArgs, rootPath, config, ...}: {
imports = [ imports = [
./boot.nix ./boot.nix
./hardware-configuration.nix ./hardware-configuration.nix
@ -6,8 +6,11 @@
(rootPath + /modules/game/server/luanti) (rootPath + /modules/game/server/luanti)
(rootPath + /modules/pkg_mgrmnt/unattended-updates.nix) (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 users = let
username = "root"; username = "root";
in { in {