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 {