box: switch to unstable
This commit is contained in:
parent
e5e99a4bae
commit
c4a7bf6f53
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user