diff options
| author | Seth Flynn <[email protected]> | 2025-02-26 01:10:55 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-26 01:10:55 -0500 |
| commit | 76f2297282cabc6f56ac7b93a0c4b6a34b4d72bc (patch) | |
| tree | be03595c8370369c5fda2f283398dae7d63da358 /systems/glados-wsl/default.nix | |
| parent | dad067825dc1504fe48e0eb81b29dd8904f73e71 (diff) | |
glados-wsl: use lix
Diffstat (limited to 'systems/glados-wsl/default.nix')
| -rw-r--r-- | systems/glados-wsl/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix index a19db06..f4ea4b0 100644 --- a/systems/glados-wsl/default.nix +++ b/systems/glados-wsl/default.nix @@ -1,8 +1,9 @@ -{ pkgs, inputs, ... }: +{ inputs, ... }: { imports = [ inputs.self.nixosModules.default + inputs.lix-module.nixosModules.default ]; borealis = { @@ -22,8 +23,6 @@ networking.hostName = "glados-wsl"; - nix.package = pkgs.nixVersions.latest; - nixpkgs.hostPlatform = "x86_64-linux"; services = { |
