diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 = |
