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