diff options
| author | Seth Flynn <[email protected]> | 2025-02-13 21:10:41 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-13 22:09:11 -0500 |
| commit | c01800e6ab06bad0eb4a585c5435a90ff1563be0 (patch) | |
| tree | adcccf0fde9a9daf283b6f9b0a3edd3bb340b43d /systems/atlas | |
| parent | fd4925111408439dc8a8b875a6c3c4aff970ff12 (diff) | |
modules: move profiles to `borealis` namespace
Diffstat (limited to 'systems/atlas')
| -rw-r--r-- | systems/atlas/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index f08847f..66ee476 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -12,7 +12,9 @@ inputs.self.nixosModules.default ]; - profiles.server.enable = true; + borealis = { + profiles.server.enable = true; + }; boot = { loader.systemd-boot.enable = true; |
