refactor: hosts -> systems

This commit is contained in:
Sridhar Ratnakumar 2022-04-30 12:03:55 -04:00
parent 928c42d109
commit 1cd4d9dc8d
7 changed files with 3 additions and 3 deletions

View file

@ -24,4 +24,4 @@ make
- `nixos`: nixos config (includes nix-darwin)
- `home`: home-manager config
- `hosts`: top-level configuration.nix('ish) for various kinds of system
- `systems`: top-level configuration.nix('ish) for various kinds of system

View file

@ -85,7 +85,7 @@
# My beefy development computer
now = mkLinuxSystem
[
./hosts/hetzner/ax101.nix
./systems/hetzner/ax101.nix
./nixos/server/harden.nix
./nixos/server/devserver.nix
./nixos/hercules.nix
@ -133,7 +133,7 @@
};
modules = [
overlayModule
./hosts/darwin.nix
./systems/darwin.nix
./nixos/caches/oss.nix
home-manager.darwinModules.home-manager
{