diff options
| -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 |
