FUCK YOU MODULES HOMELAB RULES
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
let
|
||||
cfg = config.modules.system.ssh;
|
||||
cfg = config.system.ssh;
|
||||
in
|
||||
{
|
||||
options.modules.system.ssh = {
|
||||
options.system.ssh = {
|
||||
enable = lib.mkEnableOption "enables ssh";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user