commit 042e7b858dd973e40904747868ccde7c475252f8 parent 07a9a1d3bfcb8ea274f62ca8a5ff05ff4268fea8 Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 29 Apr 2022 11:30:48 +0200 flake: switch aomi to unstable for now Because.. it's already the case. Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | flake.nix | | | 16 | ++++++++-------- |
M | systems/hosts/aomi.nix | | | 4 | ++-- |
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -167,6 +167,14 @@ ./systems/hosts/naruhodo.nix ]; }; + aomi = { + # channelName = "nixos-21_11"; + modules = unstableModules ++ [ + nixos-hardware.nixosModules.lenovo-thinkpad-p1-gen3 + nixos-hardware.nixosModules.common-pc-laptop-ssd + ./systems/hosts/aomi.nix + ]; + }; # WSL setup # FIXME okinawa doesn't have openssh okinawa = { @@ -197,14 +205,6 @@ ./systems/hosts/sakhalin.nix ]; }; - aomi = { - channelName = "nixos-21_11"; - modules = stableModules ++ [ - nixos-hardware.nixosModules.lenovo-thinkpad-p1-3th-gen - nixos-hardware.nixosModules.common-pc-laptop-ssd - ./systems/hosts/aomi.nix - ]; - }; kerkouane = { channelName = "nixos-21_11"; modules = stableModules ++ [ diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -20,8 +20,8 @@ in { imports = [ ../hardware/lenovo-p1.nix - (import ../../nix).home-manager - ../modules + #(import ../../nix).home-manager + #../modules (import ../../users).vincent (import ../../users).root ];