Commit 5344d056867d
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";