flake: update setups config

This commit is contained in:
Gabriel Arazas 2024-01-26 21:21:08 +08:00
parent c8cd8b44ff
commit 6223c2b737
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 4 additions and 4 deletions

View File

@ -81,20 +81,20 @@
};
};
# Only use imports as minimally as possible with the absolute
# requirements of a host. On second thought, only on flakes with
# optional NixOS modules.
sharedModules = [
# Import our private modules.
../../modules/nixos/_private
# Only have third-party modules with optional NixOS modules.
inputs.nix-index-database.nixosModules.nix-index
inputs.sops-nix.nixosModules.sops
inputs.disko.nixosModules.disko
# Bring our own teeny-tiny snippets of configurations.
defaultNixConf
../../modules/nixos/profiles/generic.nix
# The NixOS module that came from flake-parts.
({ config, lib, ... }: {
_module.args = defaultExtraArgs;

View File

@ -5,7 +5,7 @@
configs.fiesta = {
nixpkgsBranches = [
"nixos-unstable"
"nixos-stable"
"nixpkgs-unstable"
];
};
};