fix: add mennos-cachyos-laptop host to configurations
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 45s
Nix Format Check / check-format (push) Failing after 2m20s
Python Lint Check / check-python (push) Failing after 31s

This commit is contained in:
2025-07-18 14:30:59 +02:00
parent 085d037f77
commit 2c3159729b
7 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs-unstable, ... }:
{
home.packages = with pkgs-unstable; [ ];
}

View File

@@ -13,6 +13,8 @@
[ ./hosts/mennos-cachyos-desktop.nix ]
else if hostname == "mennos-laptop-w" then
[ ./hosts/mennos-laptop-w.nix ]
else if hostname == "mennos-cachyos-laptop" then
[ ./hosts/mennos-cachyos-laptop.nix ]
else if hostname == "mennos-server" then
[ ./hosts/mennos-server.nix ]
else if hostname == "mennos-cloud-server" then