diff options
author | Soispha <soispha@vhack.eu> | 2023-04-21 20:15:15 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:19 +0200 |
commit | da424f1cf5b656fa0bfab75b69038233dac1c81c (patch) | |
tree | 7f845a36599ddebfac9344ac0600a2731b28f754 /hosts/hostinfo.toml | |
parent | Fix(hosts): Rename configuration.nix to default.nix (diff) | |
download | nixos-config-da424f1cf5b656fa0bfab75b69038233dac1c81c.tar.gz nixos-config-da424f1cf5b656fa0bfab75b69038233dac1c81c.zip |
Fix(hosts): Rename spawn to marduk to comply with scheme
Diffstat (limited to 'hosts/hostinfo.toml')
-rw-r--r-- | hosts/hostinfo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/hostinfo.toml b/hosts/hostinfo.toml index 4f3b9aed..27125170 100644 --- a/hosts/hostinfo.toml +++ b/hosts/hostinfo.toml @@ -10,5 +10,5 @@ description = "This is my older and heavier laptop" [Lahmu] description = "This is my config running on a vm" -[Spawn] -description = "This is a small compilation target, to get sshkeys for secret unlocking" +[Marduk] +description = "This is a small compilation target, to get a install-iso" |