mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 19:31:31 +01:00
feat: aqua/kana/ruby - switch to nixos-stable(23.05)
This commit is contained in:
@@ -173,9 +173,9 @@
|
||||
# ai with hyprland compositor
|
||||
ai_hyprland = nixosSystem (idol_ai_modules_hyprland // stable_args);
|
||||
|
||||
aquamarine = nixosSystem (idol_aquamarine_modules // unstable_args);
|
||||
ruby = nixosSystem (idol_ruby_modules // unstable_args);
|
||||
kana = nixosSystem (idol_kana_modules // unstable_args);
|
||||
aquamarine = nixosSystem (idol_aquamarine_modules // stable_args);
|
||||
ruby = nixosSystem (idol_ruby_modules // stable_args);
|
||||
kana = nixosSystem (idol_kana_modules // stable_args);
|
||||
};
|
||||
|
||||
# take system images for idols
|
||||
|
||||
@@ -6,11 +6,6 @@
|
||||
#############################################################
|
||||
{
|
||||
imports = [
|
||||
{
|
||||
# override the default nixpkgs
|
||||
nixpkgs.pkgs = args.pkgs-unstable;
|
||||
}
|
||||
|
||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||
|
||||
../../../modules/nixos/core-server.nix
|
||||
|
||||
@@ -6,11 +6,6 @@
|
||||
#############################################################
|
||||
{
|
||||
imports = [
|
||||
{
|
||||
# override the default nixpkgs
|
||||
nixpkgs.pkgs = args.pkgs-unstable;
|
||||
}
|
||||
|
||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||
|
||||
../../../modules/nixos/core-server.nix
|
||||
|
||||
@@ -6,11 +6,6 @@
|
||||
#############################################################
|
||||
{
|
||||
imports = [
|
||||
{
|
||||
# override the default nixpkgs
|
||||
nixpkgs.pkgs = args.pkgs-unstable;
|
||||
}
|
||||
|
||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||
|
||||
../../../modules/nixos/core-server.nix
|
||||
|
||||
Reference in New Issue
Block a user