From 2e577184afd3d4f3ea2ff5b254ff0cd21a4f7437 Mon Sep 17 00:00:00 2001 From: blahai Date: Mon, 27 Jan 2025 14:02:43 +0200 Subject: [PATCH] New host: Ptocheia --- README.md | 1 + systems/default.nix | 6 ++++++ systems/ptocheia/default.nix | 1 + 3 files changed, 8 insertions(+) create mode 100644 systems/ptocheia/default.nix diff --git a/README.md b/README.md index 0d30ec9..4868e16 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Screenshots coming soontm (3-5 business days) | Nyx | Main desktop | | Theia | VPS | | Helios | Laptop | +| Ptocheia | School laptop | | Epimethus | Custom ISO | | Artemis | Old desktop | | Aphrodite | Older desktop | diff --git a/systems/default.nix b/systems/default.nix index 7e8ccfa..c9b53f0 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -55,6 +55,12 @@ in { graphical ]; + # Elissa's school laptop (got for free from skool) + ptocheia.modules = [ + laptop + graphical + ]; + # Brothers desktop (will set up later) artemis.modules = [ desktop diff --git a/systems/ptocheia/default.nix b/systems/ptocheia/default.nix new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/systems/ptocheia/default.nix @@ -0,0 +1 @@ +{}