diff options
| author | seth <[email protected]> | 2023-09-06 17:50:53 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-07 13:52:26 -0400 |
| commit | e41f98de313f81a74a6ebb1131b3bd92817c4acb (patch) | |
| tree | 02272b37a7ce9650bdfc47f73be64a0a7b2f8800 /hosts/default.nix | |
| parent | 5d0fdf984a2708ad746669814ac874d6f7ad44b4 (diff) | |
hosts: remove p-body
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 7ec2742..42a4f35 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -29,13 +29,8 @@ }; atlas = { - system = "aarch64-linux"; - profile = profiles.server; - }; - - p-body = { modules = [inputs.guzzle_api.nixosModules.guzzle_api]; - system = "x86_64-linux"; + system = "aarch64-linux"; profile = profiles.server; }; }; |
