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 = [
|
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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue