Tux: Rename submodules to more closely adhere to the dendritic pattern

This commit is contained in:
2026-06-18 16:20:51 +02:00
parent 1cf44c97cc
commit 7fb5a0515a
5 changed files with 26 additions and 24 deletions
+7 -7
View File
@@ -1,8 +1,8 @@
{inputs, ...}: {
flake.modules.nixos.tux = {
imports = with inputs.self.modules.nixos; [
networkmanager
];
networking.hostName = "tux";
};
{ inputs, ... }: {
flake.modules.nixos.tux-networking = {
imports = with inputs.self.modules.nixos; [
networkmanager
];
networking.hostName = "tux";
};
}