Use nixos-23.05 instead of unstable #14

Merged
axeman merged 2 commits from use-nixos-stable into main 2023-10-28 12:00:29 +00:00
Showing only changes of commit 5a7d81d787 - Show all commits

View file

@ -71,7 +71,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
in { in {
nixosConfigurations = { nixosConfigurations = {
nachtigall = self.nixos-flake.lib.mkLinuxSystem system { nachtigall = self.nixos-flake.lib.mkLinuxSystem {
imports = [ imports = [
self.nixosModules.common self.nixosModules.common
./hosts/nachtigall ./hosts/nachtigall