useless_parens

This commit is contained in:
mjallen18
2026-04-05 15:10:13 -05:00
parent 07b1fc3618
commit a363622659
25 changed files with 76 additions and 93 deletions

View File

@@ -34,9 +34,7 @@
nix = {
linux-builder = {
enable = false;
config = ({
virtualisation.cores = 6;
});
config.virtualisation.cores = 6;
};
};

View File

@@ -1,7 +1,7 @@
{ config, lib, ... }:
let
user = "matt";
defaultSops = (lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml");
defaultSops = lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml";
in
{
sops = {

View File

@@ -1,7 +1,7 @@
{ config, lib, ... }:
let
user = "nix-apps";
defaultSops = (lib.snowfall.fs.get-file "secrets/nas-secrets.yaml");
defaultSops = lib.snowfall.fs.get-file "secrets/nas-secrets.yaml";
in
{
# Permission modes are in octal representation (same as chmod),