syncthing: move to host-specific configuration
We don't want syncthing on the work laptop.
This commit is contained in:
parent
74f6145926
commit
97cabdf3ce
4 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
../../overlays
|
../../overlays
|
||||||
../../modules/base
|
../../modules/base
|
||||||
../../modules/desktop
|
../../modules/desktop
|
||||||
|
../../modules/syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "omega";
|
networking.hostName = "omega";
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
../../overlays
|
../../overlays
|
||||||
../../modules/base
|
../../modules/base
|
||||||
../../modules/desktop
|
../../modules/desktop
|
||||||
|
../../modules/syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "zeta";
|
networking.hostName = "zeta";
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
./programs.nix
|
./programs.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./syncthing.nix
|
|
||||||
./wofi.nix
|
./wofi.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue