summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 525dfcd..4a9d776 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,6 +15,7 @@
};
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
+ drduh-yubikey-guide.url = "github:drduh/YubiKey-Guide";
nix-darwin = {
url = "path:/Users/ivi/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
@@ -117,6 +118,20 @@
};
};
+ gpg = {
+ system = "aarch64-linux";
+ modules =
+ [
+ (import ./machines/gpg.nix inputs.drduh-yubikey-guide)
+ ./profiles/core/configuration.nix
+ ./profiles/core/hm.nix
+ ./profiles/core/meta.nix
+ ./profiles/core/neovim.nix
+ ]
+ ++ modulesIn ./profiles/graphical;
+ opts = { };
+ };
+
vm-aarch64 = {
system = "aarch64-linux";
modules =