treewide: remove unneeded string literals
This commit is contained in:
parent
e6a6c721c1
commit
4f6ff408ef
11 changed files with 27 additions and 27 deletions
|
|
@ -47,7 +47,7 @@ in {
|
|||
# Provides lsusb for debugging
|
||||
pkgs.usbutils
|
||||
];
|
||||
users.groups."${cfg.group}" = {};
|
||||
users.groups.${cfg.group} = {};
|
||||
nix-bitcoin.operator.groups = [ cfg.group ];
|
||||
})
|
||||
(mkIf cfg.ledger {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue