Remove cloud server configuration files and references and add dynmamic
dns Shit
This commit is contained in:
@@ -89,20 +89,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
"mennos-cloud-server" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
pkgs
|
||||
pkgs-unstable
|
||||
opnix
|
||||
;
|
||||
isServer = true;
|
||||
hostname = "mennos-cloud-server";
|
||||
};
|
||||
};
|
||||
|
||||
"mennos-vm" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
|
@@ -1,4 +0,0 @@
|
||||
{ pkgs-unstable, ... }:
|
||||
{
|
||||
home.packages = with pkgs-unstable; [ ];
|
||||
}
|
@@ -17,8 +17,6 @@
|
||||
[ ./hosts/mennos-cachyos-laptop.nix ]
|
||||
else if hostname == "mennos-server" then
|
||||
[ ./hosts/mennos-server.nix ]
|
||||
else if hostname == "mennos-cloud-server" then
|
||||
[ ./hosts/mennos-cloud-server.nix ]
|
||||
else if hostname == "mennos-vm" then
|
||||
[ ./hosts/mennos-vm.nix ]
|
||||
else
|
||||
|
Reference in New Issue
Block a user