Skip to content

Commit

Permalink
Remove useless parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
billy4479 committed Oct 19, 2024
1 parent 93b249d commit 1583741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/hosts/serverone/samba.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
| "${pkgs.samba}/bin/smbpasswd" -s -a '${user}'
''
)
([
[
"billy"
"luke"
"edo"
"barbara"
]);
];
}

0 comments on commit 1583741

Please sign in to comment.