From 388d225b03f03d35c4db6867f87f7170139e50ad Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 30 Sep 2023 18:12:42 -0700 Subject: [PATCH] wtf --- flake.nix | 4 ++-- systems/NOcomputer.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index aa36d24..8d2175a 100644 --- a/flake.nix +++ b/flake.nix @@ -9,10 +9,10 @@ outputs = { nixpkgs, nixos-hardware, nixpkgs-unstable, ... }: let - system-x86 = "x86_64-linux"; + system = "x86_64-linux"; overlay-unstable = final: prev: { unstable = import nixpkgs-unstable { - inherit system-x86; + inherit system; config.allowUnfree = true; }; }; diff --git a/systems/NOcomputer.nix b/systems/NOcomputer.nix index c276ce6..6b3f3d9 100644 --- a/systems/NOcomputer.nix +++ b/systems/NOcomputer.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, ... }: { +{ pkgs, ... }: { services.xserver.displayManager = { autoLogin.enable = true; autoLogin.user = "tao";