shell patch for nixremote
Some checks failed
Build on Push / build-configurations (push) Has been cancelled
runner-smoke / ubuntu-2404 (push) Has been cancelled

This commit is contained in:
Danilo Reyes
2026-03-23 12:56:28 -06:00
parent 98777a1935
commit 5872d59084

View File

@@ -2,6 +2,7 @@
lib,
config,
inputs,
pkgs,
...
}:
{
@@ -36,6 +37,7 @@
isSystemUser = true;
createHome = true;
group = "nixremote";
shell = pkgs.bashInteractive;
openssh.authorizedKeys.keyFiles = config.my.users.nixremote.authorizedKeys;
};
};