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 /machines/grimoire.nix | |
| parent | da3b1e07a7c6e85a014cd8cb472b410e4f027e24 (diff) | |
| download | minerals-42d7140ae47ec30b84150d9b721682b30c74a1a7.tar.zst minerals-42d7140ae47ec30b84150d9b721682b30c74a1a7.zip | |
Rename grimoire to graphite
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/grimoire.nix')
| -rw-r--r-- | machines/grimoire.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/machines/grimoire.nix b/machines/grimoire.nix deleted file mode 100644 index 4af614d..0000000 --- a/machines/grimoire.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ ... }: - -{ - imports = [ - ../modules/common.nix - - ./hardware/grimoire.nix - ./devices/grimoire.nix - ]; - - networking.hostName = "Grimoire"; - - system.stateVersion = "24.05"; -} |
