ssh.nix: remove with lib;
This commit is contained in:
parent
9599f024c1
commit
9083c04eff
1 changed files with 2 additions and 9 deletions
|
@ -1,12 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.modules.programs.ssh;
|
||||
inherit (config.modules.other.system) username;
|
||||
{lib, ...}: let
|
||||
inherit (lib) mkEnableOption;
|
||||
in {
|
||||
options.modules.programs.ssh.enable = mkEnableOption "ssh";
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue