modules: move ssh-fido-agent file
This commit is contained in:
parent
9682263bc9
commit
e8ea0e7f7b
@ -19,8 +19,9 @@ in {
|
||||
./configs/zsh.nix
|
||||
./dbuild
|
||||
./gui
|
||||
./pkgs
|
||||
./modules
|
||||
./overlays
|
||||
./pkgs
|
||||
./services
|
||||
./system/nix-config.nix
|
||||
./system/nix-lockdown.nix
|
||||
|
5
modules/default.nix
Normal file
5
modules/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
with lib; {
|
||||
imports = [ ./ssh-fido-agent.nix ];
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
with lib; {
|
||||
imports = [ ./ssh-fido-agent.nix ./config-manager.nix ];
|
||||
imports = [ ./config-manager.nix ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user