align host/**/default.nix

This commit is contained in:
Casper V. Kristensen 2023-10-22 16:07:08 +02:00
parent 6af3d8c004
commit 3ec9c5e7db
4 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
{ ... }: { { ... }: {
imports = [ imports = [
./hardware.nix
../../overlays ../../overlays
../../modules/base ../../modules/base
../../modules/desktop ../../modules/desktop
./hardware.nix
./fan.nix ./fan.nix
./fish.nix ./fish.nix
./git.nix ./git.nix

View file

@ -1,11 +1,11 @@
{ ... }: { { ... }: {
imports = [ imports = [
./hardware.nix
./sway.nix
../../overlays ../../overlays
../../modules/base ../../modules/base
../../modules/desktop ../../modules/desktop
../../modules/syncthing.nix ../../modules/syncthing.nix
./hardware.nix
./sway.nix
]; ];
networking.hostName = "omega"; networking.hostName = "omega";

View file

@ -1,11 +1,11 @@
{ ... }: { { ... }: {
imports = [ imports = [
./hardware.nix
./tor.nix
../../overlays ../../overlays
../../modules/base ../../modules/base
../../modules/server ../../modules/server
../../modules/tor ../../modules/tor
./hardware.nix
./tor.nix
]; ];
networking.hostName = "tor"; networking.hostName = "tor";

View file

@ -1,11 +1,11 @@
{ ... }: { { ... }: {
imports = [ imports = [
./hardware.nix
./sway.nix
../../overlays ../../overlays
../../modules/base ../../modules/base
../../modules/desktop ../../modules/desktop
../../modules/syncthing.nix ../../modules/syncthing.nix
./hardware.nix
./sway.nix
]; ];
networking.hostName = "zeta"; networking.hostName = "zeta";