diff options
| author | Mel <mel@rnrd.eu> | 2025-09-24 16:15:46 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-09-24 16:15:46 +0200 |
| commit | 117d6afa0054123e71b2eb06c9d91482a2988fdc (patch) | |
| tree | a19a6991fa070464ceed3f4f67a45eaa64045943 /machines/graphite/default.nix | |
| parent | 80a80465b86c8619254c5214dfd3803ae6089df6 (diff) | |
| download | minerals-117d6afa0054123e71b2eb06c9d91482a2988fdc.tar.zst minerals-117d6afa0054123e71b2eb06c9d91482a2988fdc.zip | |
Move out common.nix and development-server.nix into roles
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/graphite/default.nix')
| -rw-r--r-- | machines/graphite/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/graphite/default.nix b/machines/graphite/default.nix index 7789fdb..53650ed 100644 --- a/machines/graphite/default.nix +++ b/machines/graphite/default.nix @@ -2,7 +2,7 @@ { imports = [ - ../../modules/common.nix + ../../roles/desktop.nix ./hardware.nix ./devices.nix |
