diff options
author | Soispha <soispha@vhack.eu> | 2023-07-29 13:59:55 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-29 13:59:55 +0200 |
commit | 12f072b749f978234e360b89d5e2fda9424c11be (patch) | |
tree | 9f3532e755fe720a7aabf06ae8dd4d2396999415 /hosts/hostinfo.toml | |
parent | Fix(hm/conf/gpg): Make the keys mutable (diff) | |
download | nixos-config-12f072b749f978234e360b89d5e2fda9424c11be.tar.gz nixos-config-12f072b749f978234e360b89d5e2fda9424c11be.zip |
Feat(host/isimud): Add host isimud for gpg-iso
Diffstat (limited to 'hosts/hostinfo.toml')
-rw-r--r-- | hosts/hostinfo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/hostinfo.toml b/hosts/hostinfo.toml index 27125170..4ee5918c 100644 --- a/hosts/hostinfo.toml +++ b/hosts/hostinfo.toml @@ -12,3 +12,6 @@ description = "This is my config running on a vm" [Marduk] description = "This is a small compilation target, to get a install-iso" + +[Marduk] +description = "A host mainly used to setup private gpg keys, without network access or other such things" |