Commit 5344d056867d

Vincent Demeester <vincent@sbr.pm>
2022-05-31 15:28:02
flake.nix: update aomi to 22.05…
… need to be re-installed for this to work Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a8467ef
Changed files (1)
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";