fixed profile not persisting on reboot #1

Open
foxora wants to merge 1 commit from foxora/cerulean:temp-fix into main

View file

@ -252,8 +252,8 @@ in {
in {
hostname = ssh.host;
profilesOrder = ["default"]; # profiles priority
profiles.default = {
profilesOrder = ["system"]; # profiles priority
profiles.system = {
path = nixosFor node.system nixosConfigurations.${nodeName};
user = user;