initial config
This commit is contained in:
24
hosts/default/configuration.nix
Normal file
24
hosts/default/configuration.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
# ==========================================
|
||||
# HOST: matiss (Hyprland Workstation)
|
||||
# ==========================================
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
# System modules
|
||||
../../modules/system/nix.nix
|
||||
../../modules/system/boot.nix
|
||||
../../modules/system/network.nix
|
||||
../../modules/system/firewall.nix
|
||||
../../modules/system/desktop.nix
|
||||
../../modules/system/hardware.nix
|
||||
../../modules/system/user.nix
|
||||
../../modules/system/fonts.nix
|
||||
../../modules/system/services.nix
|
||||
../../modules/system/vpn.nix
|
||||
];
|
||||
|
||||
networking.hostName = "matiss";
|
||||
}
|
||||
Reference in New Issue
Block a user