diff options
| author | Mel <einebeere@gmail.com> | 2024-10-15 03:20:42 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-15 03:20:42 +0200 |
| commit | 42d7140ae47ec30b84150d9b721682b30c74a1a7 (patch) | |
| tree | 11fc381b693731cb5d0316e3946c02e66ba22367 | |
| parent | da3b1e07a7c6e85a014cd8cb472b410e4f027e24 (diff) | |
| download | minerals-42d7140ae47ec30b84150d9b721682b30c74a1a7.tar.zst minerals-42d7140ae47ec30b84150d9b721682b30c74a1a7.zip | |
Rename grimoire to graphite
Signed-off-by: Mel <einebeere@gmail.com>
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | machines/devices/graphite.nix (renamed from machines/devices/grimoire.nix) | 0 | ||||
| -rw-r--r-- | machines/graphite.nix (renamed from machines/grimoire.nix) | 6 | ||||
| -rw-r--r-- | machines/hardware/graphite.nix (renamed from machines/hardware/grimoire.nix) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix index a37fc66..51d13d9 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ system = "x86_64-linux"; machines = [ - "grimoire" + "graphite" "bismuth" ]; diff --git a/machines/devices/grimoire.nix b/machines/devices/graphite.nix index f8b7631..f8b7631 100644 --- a/machines/devices/grimoire.nix +++ b/machines/devices/graphite.nix diff --git a/machines/grimoire.nix b/machines/graphite.nix index 4af614d..d0bcaa8 100644 --- a/machines/grimoire.nix +++ b/machines/graphite.nix @@ -4,11 +4,11 @@ imports = [ ../modules/common.nix - ./hardware/grimoire.nix - ./devices/grimoire.nix + ./hardware/graphite.nix + ./devices/graphite.nix ]; - networking.hostName = "Grimoire"; + networking.hostName = "Graphite"; system.stateVersion = "24.05"; } diff --git a/machines/hardware/grimoire.nix b/machines/hardware/graphite.nix index c8fc7c6..c8fc7c6 100644 --- a/machines/hardware/grimoire.nix +++ b/machines/hardware/graphite.nix |
