formatting

This commit is contained in:
John Lancaster
2026-03-26 23:34:25 -05:00
parent 819d339b65
commit 5eda449dde
+1 -1
View File
@@ -97,7 +97,6 @@
# no need to redefine it in your config for now) # no need to redefine it in your config for now)
# media-session.enable = true; # media-session.enable = true;
}; };
sops.defaultSopsFile = ./secrets.yaml;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.users.john.imports = with inputs.self.modules.homeManager; [ home-manager.users.john.imports = with inputs.self.modules.homeManager; [
@@ -109,5 +108,6 @@
mysops.hostSecretFile = "${config.home.homeDirectory}/dendritic/modules/hosts/john-p14s/secrets.yaml"; mysops.hostSecretFile = "${config.home.homeDirectory}/dendritic/modules/hosts/john-p14s/secrets.yaml";
}) })
]; ];
sops.defaultSopsFile = ./secrets.yaml;
}; };
} }