wip: add test secret for game-luanti
This commit is contained in:
parent
c8236dfa7e
commit
751609cb72
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue