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/glados-wsl/default.nix | |
| parent | fd4925111408439dc8a8b875a6c3c4aff970ff12 (diff) | |
modules: move profiles to `borealis` namespace
Diffstat (limited to 'systems/glados-wsl/default.nix')
| -rw-r--r-- | systems/glados-wsl/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix index 2fd7477..628bd9e 100644 --- a/systems/glados-wsl/default.nix +++ b/systems/glados-wsl/default.nix @@ -7,6 +7,8 @@ ]; borealis = { + profiles.personal.enable = true; + determinate.enable = true; remote-builders = { @@ -19,8 +21,6 @@ }; }; - profiles.personal.enable = true; - environment.systemPackages = with pkgs; [ wget wslu |
