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 @@
|
||||||
{
|
{lib, ...}: let
|
||||||
config,
|
inherit (lib) mkEnableOption;
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
with lib; let
|
|
||||||
cfg = config.modules.programs.ssh;
|
|
||||||
inherit (config.modules.other.system) username;
|
|
||||||
in {
|
in {
|
||||||
options.modules.programs.ssh.enable = mkEnableOption "ssh";
|
options.modules.programs.ssh.enable = mkEnableOption "ssh";
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue