mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
migrate server to unstable for servarr update
This commit is contained in:
parent
bd7cf25145
commit
0127b58b58
1 changed files with 4 additions and 4 deletions
|
@ -86,11 +86,11 @@
|
|||
};
|
||||
nixosConfigurations = {
|
||||
nixd = nixpkgs.lib.nixosSystem { };
|
||||
serverpc = nixpkgs.lib.nixosSystem rec {
|
||||
serverpc = nixpkgs-unstable.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
unstable = import nixpkgs-unstable {
|
||||
stable = import nixpkgs {
|
||||
inherit system;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
@ -102,12 +102,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
_module.args = {
|
||||
stable = pkgs;
|
||||
unstable = pkgs;
|
||||
};
|
||||
}
|
||||
)
|
||||
./boxes/serverpc/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.home-manager-unstable.nixosModules.default
|
||||
];
|
||||
};
|
||||
desktopIso = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Reference in a new issue