break: wallabag is borked

This commit is contained in:
Anish Lakhwara
2024-01-11 21:56:55 -08:00
parent 6fb6d4ca75
commit 861364d30f
4 changed files with 129 additions and 51 deletions
+7 -2
View File
@@ -8,7 +8,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# Home manager
home-manager.url = "github:nix-community/home-manager/release-23.05";
home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hardware.url = "github:nixos/nixos-hardware";
@@ -127,8 +127,12 @@
# for when space matters
litePkgsFor = forAllSystems (system: import nixpkgs {
inherit system;
# config.permittedInsecurePackages = [
# "forgejo-1.19.4-0" # Needed for archivebox deployments on curve
# # Check when archive box updates it's dependeny
# ];
overlays = [
ag serviceenix.overlays.default
agenix.overlays.default
tidalcycles.overlays.default # needed for nvim which comes pre-installed lol
];
});
@@ -283,6 +287,7 @@
helix = {
hostname = "git.sealight.xyz";
autoRollback = false;
magicRollback = false;
profiles.system = {
user = "root";
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.helix;