diff options
Diffstat (limited to 'machines/graphite/default.nix')
| -rw-r--r-- | machines/graphite/default.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/machines/graphite/default.nix b/machines/graphite/default.nix new file mode 100644 index 0000000..4bbb938 --- /dev/null +++ b/machines/graphite/default.nix @@ -0,0 +1,14 @@ +{ ... }: + +{ + imports = [ + ../../modules/common.nix + + ./hardware.nix + ./devices.nix + ]; + + networking.hostName = "Graphite"; + + system.stateVersion = "24.05"; +} |
