mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-12 01:37:53 +08:00
refactor: hosts -> systems
This commit is contained in:
parent
928c42d109
commit
1cd4d9dc8d
7 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue