mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: massively overhaul home manager module system
This commit is contained in:
parent
b2270408fc
commit
a506d2aed4
64 changed files with 5201 additions and 64 deletions
|
@ -19,7 +19,13 @@ let
|
|||
in
|
||||
{
|
||||
options.liminalOS.system.networking = {
|
||||
enable = lib.mkEnableOption "networking";
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = config.liminalOS.enable;
|
||||
description = ''
|
||||
Whether to enable networking features.
|
||||
'';
|
||||
};
|
||||
firewallPresets = {
|
||||
grimDawn = lib.mkEnableOption "firewall ports for Grim Dawn";
|
||||
vite = lib.mkEnableOption "firewall ports for Vite";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue