soteria fixes

This commit is contained in:
John Lancaster
2026-03-29 18:07:38 -05:00
parent 2b65433d63
commit aebe978684
4 changed files with 5 additions and 7 deletions
@@ -103,7 +103,6 @@
# media-session.enable = true;
};
home-manager.useGlobalPkgs = true;
home-manager.users.root = {
imports = with inputs.self.modules.homeManager; [
rebuild
+4 -4
View File
@@ -16,10 +16,10 @@ in
# nixos.restic-envoy
{
networking.hostName = hostname;
nix.settings.build-dir = "/var/tmp/nix-build";
systemd.tmpfiles.rules = [
"d /var/tmp/nix-build 1777 root root -"
];
# nix.settings.build-dir = "/var/tmp/nix-build";
# systemd.tmpfiles.rules = [
# "d /var/tmp/nix-build 1777 root root -"
# ];
step-ssh-host = {
hostname = hostname;
};