diff --git a/config/host-config/lambda.nix b/config/host-config/lambda.nix index e7e655b..3eefeb9 100644 --- a/config/host-config/lambda.nix +++ b/config/host-config/lambda.nix @@ -34,11 +34,11 @@ in { }; systemd.tmpfiles.rules = [ - "L /root/.gnupg - - - - /state/root/gnupg" - # "L /root/.emacs.d - - - - /state/root/emacs.d" - "L /root/.ssh/id_rsa - - - - ${state-dir}/root/ssh/id_rsa" + "L /root/.gnupg - - - - ${state-dir}/user/root/gnupg" + # "L /root/.emacs.d - - - - ${state-dir}/user/root/emacs.d" + "L /root/.ssh/id_rsa - - - - ${state-dir}/user/root/ssh/id_rsa" "L /root/.ssh/id_rsa.pub - - - - ${state-dir}/state/root/ssh/id_rsa.pub" - "L /root/.ssh/known_hosts - - - - ${state-dir}/root/ssh/known_hosts" + "L /root/.ssh/known_hosts - - - - ${state-dir}/user/root/ssh/known_hosts" ]; environment.etc = { diff --git a/config/profile-config/common.nix b/config/profile-config/common.nix index d82892f..9bc8c3d 100644 --- a/config/profile-config/common.nix +++ b/config/profile-config/common.nix @@ -15,7 +15,7 @@ let in { environment = { - etc.current-nixos-config.source = ../../.; + etc.nixos-live.source = ../../.; systemPackages = global-packages;