align host/**/default.nix
This commit is contained in:
parent
6af3d8c004
commit
3ec9c5e7db
4 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./hardware.nix
|
||||
../../overlays
|
||||
../../modules/base
|
||||
../../modules/desktop
|
||||
./hardware.nix
|
||||
./fan.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./sway.nix
|
||||
../../overlays
|
||||
../../modules/base
|
||||
../../modules/desktop
|
||||
../../modules/syncthing.nix
|
||||
./hardware.nix
|
||||
./sway.nix
|
||||
];
|
||||
|
||||
networking.hostName = "omega";
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./tor.nix
|
||||
../../overlays
|
||||
../../modules/base
|
||||
../../modules/server
|
||||
../../modules/tor
|
||||
./hardware.nix
|
||||
./tor.nix
|
||||
];
|
||||
|
||||
networking.hostName = "tor";
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./sway.nix
|
||||
../../overlays
|
||||
../../modules/base
|
||||
../../modules/desktop
|
||||
../../modules/syncthing.nix
|
||||
./hardware.nix
|
||||
./sway.nix
|
||||
];
|
||||
|
||||
networking.hostName = "zeta";
|
||||
|
|
Loading…
Reference in a new issue