[NixOS] Control what is enabled per machine with module options
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../full.nix
|
||||
../kat.nix
|
||||
../nixified.ai.nix
|
||||
../configuration.nix
|
||||
];
|
||||
|
||||
features.full.enable = true;
|
||||
|
||||
networking.hostName = "nixquick";
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
Reference in New Issue
Block a user