mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-30 19:14:19 +00:00
Add configs for other cluster hosts
This commit is contained in:
12
hosts/cap-clust-02/configuration.nix
Normal file
12
hosts/cap-clust-02/configuration.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
# Hardware Scan
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Host Groups
|
||||
../../modules/host-groups/cluster.nix
|
||||
];
|
||||
|
||||
networking.hostName = "cap-clust-02";
|
||||
}
|
||||
Reference in New Issue
Block a user