fix: update hostname from 'mennos-gamingpc' to 'mennos-desktop' in flake and package configurations
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
opnix
|
opnix
|
||||||
;
|
;
|
||||||
isServer = false;
|
isServer = false;
|
||||||
hostname = "mennos-gamingpc";
|
hostname = "mennos-desktop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -7,8 +7,8 @@
|
|||||||
{
|
{
|
||||||
# Import host-specific packages
|
# Import host-specific packages
|
||||||
imports =
|
imports =
|
||||||
if hostname == "mennos-gamingpc" then
|
if hostname == "mennos-desktop" then
|
||||||
[ ./hosts/mennos-gamingpc.nix ]
|
[ ./hosts/mennos-desktop.nix ]
|
||||||
else if hostname == "mennos-laptop-w" then
|
else if hostname == "mennos-laptop-w" then
|
||||||
[ ./hosts/mennos-laptop-w.nix ]
|
[ ./hosts/mennos-laptop-w.nix ]
|
||||||
else if hostname == "mennos-server" then
|
else if hostname == "mennos-server" then
|
||||||
|
Reference in New Issue
Block a user