feat: remove mennos-cloud-server references and update service directory paths
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-03-11 23:54:13 +01:00
parent 7a5814d115
commit e8163f1c59
10 changed files with 70 additions and 22 deletions

View File

@ -92,16 +92,6 @@
hostname = "mennos-hobbypc";
};
};
"mennos-cloud-server" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
extraSpecialArgs = {
inherit pkgs pkgs-unstable;
isServer = true;
hostname = "mennos-cloud-server";
};
};
};
};
}