fix: update hostname from 'mennos-gamingpc' to 'mennos-desktop' in flake and package configurations
Some checks failed
Ansible Lint Check / check-ansible (push) Has been cancelled
Nix Format Check / check-format (push) Has been cancelled
Python Lint Check / check-python (push) Has been cancelled

This commit is contained in:
2025-07-15 22:51:42 +00:00
parent 431a6620bc
commit 0215fc18a0
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
opnix
;
isServer = false;
hostname = "mennos-gamingpc";
hostname = "mennos-desktop";
};
};

View File

@@ -7,8 +7,8 @@
{
# Import host-specific packages
imports =
if hostname == "mennos-gamingpc" then
[ ./hosts/mennos-gamingpc.nix ]
if hostname == "mennos-desktop" then
[ ./hosts/mennos-desktop.nix ]
else if hostname == "mennos-laptop-w" then
[ ./hosts/mennos-laptop-w.nix ]
else if hostname == "mennos-server" then