treewide: remove unneeded string literals

This commit is contained in:
Erik Arvstedt
2021-02-01 22:53:12 +01:00
parent e6a6c721c1
commit 4f6ff408ef
11 changed files with 27 additions and 27 deletions

View File

@@ -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 {