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 | |
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')
-rw-r--r-- | hosts/apzu/configuration.nix (renamed from hosts/laptop/configuration.nix) | 0 | ||||
-rw-r--r-- | hosts/apzu/hardware/cpu.nix (renamed from hosts/laptop/hardware/cpu.nix) | 0 | ||||
-rw-r--r-- | hosts/apzu/hardware/default.nix (renamed from hosts/desktop/hardware/default.nix) | 0 | ||||
-rw-r--r-- | hosts/apzu/hardware/gpu.nix (renamed from hosts/laptop/hardware/gpu.nix) | 0 | ||||
-rw-r--r-- | hosts/apzu/networking.nix (renamed from hosts/laptop/networking.nix) | 0 | ||||
-rw-r--r-- | hosts/hostinfo.toml | 11 | ||||
-rw-r--r-- | hosts/tiamat/configuration.nix (renamed from hosts/desktop/configuration.nix) | 0 | ||||
-rw-r--r-- | hosts/tiamat/hardware/cpu.nix (renamed from hosts/desktop/hardware/cpu.nix) | 0 | ||||
-rw-r--r-- | hosts/tiamat/hardware/default.nix (renamed from hosts/laptop/hardware/default.nix) | 0 | ||||
-rw-r--r-- | hosts/tiamat/hardware/gpu.nix (renamed from hosts/desktop/hardware/gpu.nix) | 0 | ||||
-rw-r--r-- | hosts/tiamat/networking.nix (renamed from hosts/desktop/networking.nix) | 0 |
11 files changed, 11 insertions, 0 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/apzu/configuration.nix index 8e78949b..8e78949b 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/apzu/configuration.nix diff --git a/hosts/laptop/hardware/cpu.nix b/hosts/apzu/hardware/cpu.nix index 2d7232cd..2d7232cd 100644 --- a/hosts/laptop/hardware/cpu.nix +++ b/hosts/apzu/hardware/cpu.nix diff --git a/hosts/desktop/hardware/default.nix b/hosts/apzu/hardware/default.nix index bd7241b3..bd7241b3 100644 --- a/hosts/desktop/hardware/default.nix +++ b/hosts/apzu/hardware/default.nix diff --git a/hosts/laptop/hardware/gpu.nix b/hosts/apzu/hardware/gpu.nix index c3df51ae..c3df51ae 100644 --- a/hosts/laptop/hardware/gpu.nix +++ b/hosts/apzu/hardware/gpu.nix diff --git a/hosts/laptop/networking.nix b/hosts/apzu/networking.nix index d50b3af1..d50b3af1 100644 --- a/hosts/laptop/networking.nix +++ b/hosts/apzu/networking.nix 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" diff --git a/hosts/desktop/configuration.nix b/hosts/tiamat/configuration.nix index 7f68621c..7f68621c 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/tiamat/configuration.nix diff --git a/hosts/desktop/hardware/cpu.nix b/hosts/tiamat/hardware/cpu.nix index 6859f72a..6859f72a 100644 --- a/hosts/desktop/hardware/cpu.nix +++ b/hosts/tiamat/hardware/cpu.nix diff --git a/hosts/laptop/hardware/default.nix b/hosts/tiamat/hardware/default.nix index bd7241b3..bd7241b3 100644 --- a/hosts/laptop/hardware/default.nix +++ b/hosts/tiamat/hardware/default.nix diff --git a/hosts/desktop/hardware/gpu.nix b/hosts/tiamat/hardware/gpu.nix index 741e8882..741e8882 100644 --- a/hosts/desktop/hardware/gpu.nix +++ b/hosts/tiamat/hardware/gpu.nix diff --git a/hosts/desktop/networking.nix b/hosts/tiamat/networking.nix index 17f7c356..17f7c356 100644 --- a/hosts/desktop/networking.nix +++ b/hosts/tiamat/networking.nix |