Restructure flake.nix for a simpler config for building different images off the same NixOS config.
This commit is contained in:
@@ -9,13 +9,7 @@
|
||||
let
|
||||
inherit (lib)
|
||||
mkIf
|
||||
mkOption
|
||||
mkEnableOption
|
||||
mkPackageOption
|
||||
mkDefault
|
||||
types
|
||||
concatMapStringsSep
|
||||
generators
|
||||
;
|
||||
cfg = config.services.openpgp-card-ssh-agent;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user