summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-26 01:10:55 -0500
committerSeth Flynn <[email protected]>2025-02-26 01:10:55 -0500
commit76f2297282cabc6f56ac7b93a0c4b6a34b4d72bc (patch)
treebe03595c8370369c5fda2f283398dae7d63da358 /systems
parentdad067825dc1504fe48e0eb81b29dd8904f73e71 (diff)
glados-wsl: use lix
Diffstat (limited to 'systems')
-rw-r--r--systems/glados-wsl/default.nix5
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 = {