treewide: remove redundant quotes
This commit is contained in:
@@ -275,7 +275,7 @@ in
|
||||
];
|
||||
security.wrappers = {
|
||||
fping.source = "${pkgs.fping}/bin/fping";
|
||||
"fping6".source = "${pkgs.fping}/bin/fping6";
|
||||
fping6.source = "${pkgs.fping}/bin/fping6";
|
||||
};
|
||||
environment.systemPackages = [ pkgs.fping ];
|
||||
users.users = singleton {
|
||||
|
||||
Reference in New Issue
Block a user