box: switch to unstable

This commit is contained in:
Aaron Bieber 2023-12-13 08:07:19 -07:00
parent e5e99a4bae
commit c4a7bf6f53
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

View File

@ -214,7 +214,7 @@
octo = buildSys "aarch64-linux" stable [ ] "octo";
faf = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "faf";
box = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "box";
box = buildSys "x86_64-linux" unstable [ ./configs/hardened.nix ] "box";
h = buildSys "x86_64-linux" stable [
./configs/hardened.nix
gostart.nixosModule

View File

@ -49,7 +49,7 @@ in
_module.args.isUnstable = false;
imports = [
./hardware-configuration.nix
"${inputs.unstable}/nixos/modules/services/home-automation/home-assistant.nix"
#"${inputs.unstable}/nixos/modules/services/home-automation/home-assistant.nix"
];
sops.secrets = {
@ -190,16 +190,16 @@ in
nixpkgs = {
config.allowUnfree = true;
overlays = [
(_: _: {
inherit (inputs.unstable.legacyPackages.${pkgs.system}) home-assistant;
})
];
#overlays = [
# (_: _: {
# inherit (inputs.unstable.legacyPackages.${pkgs.system}) home-assistant;
# })
#];
};
disabledModules = [
"services/home-automation/home-assistant.nix"
];
#disabledModules = [
# "services/home-automation/home-assistant.nix"
#];
environment.systemPackages = with pkgs; [
tmux
@ -766,7 +766,7 @@ in
stateDir = "/media/git";
appName = "Tape:neT";
package = inputs.unstable.legacyPackages.${pkgs.system}.gitea;
#package = inputs.unstable.legacyPackages.${pkgs.system}.gitea;
lfs.enable = true;