mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-31 11:34:18 +00:00
Added cap-apollo-n01
This commit is contained in:
25
hosts/cap-apollo-n01/configuration.nix
Normal file
25
hosts/cap-apollo-n01/configuration.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
# Hardware Scan
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Users
|
||||
../../users/cluster-admin/caperren.nix
|
||||
|
||||
# System Configuration
|
||||
../system/cpu-intel.nix
|
||||
../system/fonts.nix
|
||||
../system/home-manager-settings.nix
|
||||
../system/internationalization.nix
|
||||
../system/networking.nix
|
||||
../system/nix-settings.nix
|
||||
../system/security.nix
|
||||
../system/systemd-boot.nix
|
||||
|
||||
# Application Groups
|
||||
../application-groups/system-utilities-cluster.nix
|
||||
];
|
||||
|
||||
networking.hostName = "cap-apollo-n01";
|
||||
}
|
||||
Reference in New Issue
Block a user