Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc93782a

Browse files
authored
fix: allow chsh in dev image (#9191)
1 parent9725ec0 commitc93782a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@
153153
session required pam_unix.so
154154
''
155155
)
156+
# This allows users to chsh.
157+
(
158+
pkgs.writeTextDir"etc/pam.d/chsh"''
159+
auth sufficient pam_rootok.so
160+
''
161+
)
156162
# The default Nix config!
157163
(
158164
pkgs.writeTextDir"etc/nix/nix.conf"''

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp