Tux: Rename submodules to more closely adhere to the dendritic pattern
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user