diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/hostinfo.toml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/hosts/hostinfo.toml b/hosts/hostinfo.toml index 4ee5918c..c2523a3a 100644 --- a/hosts/hostinfo.toml +++ b/hosts/hostinfo.toml @@ -1,17 +1,15 @@ +# nixos-config - My current NixOS configuration +# +# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> +# SPDX-License-Identifier: GPL-3.0-or-later +# +# This file is part of my nixos-config. +# +# You should have received a copy of the License along with this program. +# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. + [Tiamat] description = "This is my main desktop" [Apzu] description = "This is my light laptop, with modern hardware" - -[Mammun] -description = "This is my older and heavier laptop" - -[Lahmu] -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" |