forked from colonelpanic/dotfiles
[NixOS] Control what is enabled per machine with module options
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../full.nix
|
||||
../configuration.nix
|
||||
];
|
||||
|
||||
modules.nixified-ai.enable = true;
|
||||
features.full.enable = true;
|
||||
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user