Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
8381c18ebd
|
|||
|
b32e506f54
|
|||
|
91733ce19f
|
|||
|
bb97397e6b
|
|||
| a02d935fd0 | |||
| 62b9a39599 | |||
| ee17ef91ed | |||
|
a2065702a4
|
|||
|
869fc59c6f
|
|||
|
8824b565ba
|
|||
|
9b7453b0b4
|
+1
-1
@@ -17,5 +17,5 @@ rec {
|
||||
if (builtins.hasAttr "ssh" users.${username}) then
|
||||
toList users.${username}.ssh
|
||||
else
|
||||
builtins.warn "user ${username} declared without ssh keys" [ ];
|
||||
builtins.warn "user ${username} declared without ssh key" [ ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user