commit 5344d056867d1704e71253a17836b94d98d5e85f parent a8467ef044e34c59a4ae700e0ee5f697423eab77 Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 31 May 2022 15:28:02 +0200 flake.nix: update aomi to 22.05… … need to be re-installed for this to work Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | flake.nix | | | 17 | +++++++++-------- |
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -165,14 +165,6 @@ ./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 = { @@ -181,6 +173,15 @@ ./systems/hosts/okinawa.nix ]; }; + # Work "workstation" + aomi = { + channelName = "nixos-22_05"; + modules = stableModules_22_05 ++ [ + nixos-hardware.nixosModules.lenovo-thinkpad-p1-gen3 + nixos-hardware.nixosModules.common-pc-laptop-ssd + ./systems/hosts/aomi.nix + ]; + }; # Servers shikoku = { channelName = "nixos-22_05";