fixed ssh AGAIN
This commit is contained in:
parent
1b7ea9d9b0
commit
c95e279029
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }
|
{ config, lib, pkgs, ... }:
|
||||||
with lib; let
|
with lib; let
|
||||||
cfg = config.myOptions.programs.ssh;
|
cfg = config.myOptions.programs.ssh;
|
||||||
username = config.myOptions.other.system.username;
|
username = config.myOptions.other.system.username;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue