diff options
author | ene <ene@sils.li> | 2023-02-20 01:01:13 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-20 01:01:13 +0100 |
commit | 7f26288284429e2f186d7dc61de716dbd36ef8c4 (patch) | |
tree | 6c34287b0d8d2e0ce0fcbd921bfd0fecd76a477e /hosts/hostinfo.toml | |
parent | Fix(bootstrap): Fix nasty grep bug (diff) | |
download | nixos-config-7f26288284429e2f186d7dc61de716dbd36ef8c4.tar.gz nixos-config-7f26288284429e2f186d7dc61de716dbd36ef8c4.zip |
Feat(flake): Reorder hosts
Diffstat (limited to 'hosts/hostinfo.toml')
-rw-r--r-- | hosts/hostinfo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/hostinfo.toml b/hosts/hostinfo.toml new file mode 100644 index 00000000..dd8723b9 --- /dev/null +++ b/hosts/hostinfo.toml @@ -0,0 +1,11 @@ +[Tiamat] +description = "This is my main desktop" + +[Apzu] +description = "This is my light laptop, with modern hardware" + +[Mummu] +description = "This is my older and heavier laptop" + +[Spawn] +description = "This is a small compilation target, to get sshkeys for secret unlocking" |