first pass at reorg

This commit is contained in:
Don Harper 2024-03-03 22:13:09 -06:00
parent 123d74cb27
commit dbae17bd46
17 changed files with 120 additions and 99 deletions

View file

@ -4,5 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../../home
../../home/gui
../../wm
];
networking.hostName = "ace";
}

View file

@ -4,5 +4,8 @@
imports =
[
./hardware-configuration.nix
../../server
../../home
];
networking.hostName = "display";
}

View file

@ -1,8 +1,17 @@
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
#inputs.nixos-hardware.nixosModules.common-cpu-intel
#inputs.nixos-hardware.nixosModules.common-gpu-intel
#inputs.nixos-hardware.nixosModules.common-pc-laptop
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../../workstation
../../home
../../home/gui
../../wm
];
networking.hostName = "dragon";
}

View file

@ -4,5 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../../home
../../home/gui
../../wm
];
networking.hostName = "eve";
}

View file

@ -6,4 +6,5 @@
./hardware-configuration.nix
./podman.nix
];
networking.hostName = "fred";
}

View file

@ -4,5 +4,8 @@
imports =
[
./hardware-configuration.nix
../../server
../../home
];
networking.hostName = "harper";
}

View file

@ -4,5 +4,8 @@
imports =
[
./hardware-configuration.nix
../../server
../../home
];
networking.hostName = "harper2";
}

View file

@ -4,5 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../../home
../../home/gui
../../wm
];
networking.hostName = "loki";
}

View file

@ -4,5 +4,8 @@
imports =
[
./hardware-configuration.nix
../../server
../../home
];
networking.hostName = "nuwww";
}

View file

@ -4,5 +4,8 @@
imports =
[
./hardware-configuration.nix
../../server
../../home
];
networking.hostName = "pihole";
}

View file

@ -1,8 +1,17 @@
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
#inputs.nixos-hardware.nixosModules.common-cpu-intel
#inputs.nixos-hardware.nixosModules.common-gpu-intel
#inputs.nixos-hardware.nixosModules.common-pc-laptop
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../../workstation
../../home
../../home/gui
../../wm
];
networking.hostName = "pocket2";
}

View file

@ -4,5 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../../home
../../home/gui
../../wm
];
networking.hostName = "smaug";
}

View file

@ -4,5 +4,10 @@
imports =
[
./hardware-configuration.nix
../../workstation
../../home
../../home/gui
../../wm
];
networking.hostName = "t2";
}

View file

@ -5,4 +5,5 @@
[
./hardware-configuration.nix
];
networking.hostName = "vm1";
}

View file

@ -4,5 +4,8 @@
imports =
[
./hardware-configuration.nix
../../server
../../home
];
networking.hostName = "www2";
}