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/graphite.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/graphite.nix')
| -rw-r--r-- | machines/graphite.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/machines/graphite.nix b/machines/graphite.nix new file mode 100644 index 0000000..d0bcaa8 --- /dev/null +++ b/machines/graphite.nix @@ -0,0 +1,14 @@ +{ ... }: + +{ + imports = [ + ../modules/common.nix + + ./hardware/graphite.nix + ./devices/graphite.nix + ]; + + networking.hostName = "Graphite"; + + system.stateVersion = "24.05"; +} |
