diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-10-12 23:02:20 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-10-12 23:02:20 +0200 |
| commit | 40ba1950f1b5c8d62687adf05381e691628c0620 (patch) | |
| tree | 37047132dc4c1668cfea39d0a367a28944c31d4c /flake.nix | |
| parent | 78d2a576922694de4766da9c8cdca859ea5b48f6 (diff) | |
make gpg image
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 = |
