parent
574fffb715
commit
1b99e1b09d
4 changed files with 1 additions and 53 deletions
34
flake.lock
generated
34
flake.lock
generated
|
@ -822,38 +822,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-legacy_2405": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1735563628,
|
|
||||||
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
|
|
||||||
"owner": "nixos",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nixos",
|
|
||||||
"ref": "nixos-24.05",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs-legacy_2411": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1739758141,
|
|
||||||
"narHash": "sha256-uq6A2L7o1/tR6VfmYhZWoVAwb3gTy7j4Jx30MIrH0rE=",
|
|
||||||
"owner": "nixos",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "c618e28f70257593de75a7044438efc1c1fc0791",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nixos",
|
|
||||||
"ref": "nixos-24.11",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs-lib": {
|
"nixpkgs-lib": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717284937,
|
"lastModified": 1717284937,
|
||||||
|
@ -1192,8 +1160,6 @@
|
||||||
"nixos-anywhere": "nixos-anywhere",
|
"nixos-anywhere": "nixos-anywhere",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs_5",
|
"nixpkgs": "nixpkgs_5",
|
||||||
"nixpkgs-legacy_2405": "nixpkgs-legacy_2405",
|
|
||||||
"nixpkgs-legacy_2411": "nixpkgs-legacy_2411",
|
|
||||||
"nixpkgs-unstable-small": "nixpkgs-unstable-small",
|
"nixpkgs-unstable-small": "nixpkgs-unstable-small",
|
||||||
"permown": "permown",
|
"permown": "permown",
|
||||||
"polygon-art": "polygon-art",
|
"polygon-art": "polygon-art",
|
||||||
|
|
10
flake.nix
10
flake.nix
|
@ -22,8 +22,6 @@
|
||||||
nix-topology.url = "github:oddlama/nix-topology";
|
nix-topology.url = "github:oddlama/nix-topology";
|
||||||
nixos-anywhere.url = "github:nix-community/nixos-anywhere";
|
nixos-anywhere.url = "github:nix-community/nixos-anywhere";
|
||||||
nixos-hardware.url = "github:nixos/nixos-hardware";
|
nixos-hardware.url = "github:nixos/nixos-hardware";
|
||||||
nixpkgs-legacy_2405.url = "github:nixos/nixpkgs/nixos-24.05";
|
|
||||||
nixpkgs-legacy_2411.url = "github:nixos/nixpkgs/nixos-24.11";
|
|
||||||
nixpkgs-unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small";
|
nixpkgs-unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small";
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
permown.inputs.nixpkgs.follows = "nixpkgs";
|
permown.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -70,8 +68,6 @@
|
||||||
nixos-anywhere,
|
nixos-anywhere,
|
||||||
nixos-hardware,
|
nixos-hardware,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nixpkgs-legacy_2405,
|
|
||||||
nixpkgs-legacy_2411,
|
|
||||||
nixpkgs-unstable-small,
|
nixpkgs-unstable-small,
|
||||||
permown,
|
permown,
|
||||||
polygon-art,
|
polygon-art,
|
||||||
|
@ -120,12 +116,6 @@
|
||||||
inherit allowUnfree permittedInsecurePackages;
|
inherit allowUnfree permittedInsecurePackages;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
legacy_2405 = import nixpkgs-legacy_2405 {
|
|
||||||
inherit system;
|
|
||||||
config = {
|
|
||||||
inherit allowUnfree permittedInsecurePackages;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
polygon-art = polygon-art.packages.${system};
|
polygon-art = polygon-art.packages.${system};
|
||||||
landingpage = landingpage.packages.${system}.plain;
|
landingpage = landingpage.packages.${system}.plain;
|
||||||
share-via-http = share-http.packages.${system}.default;
|
share-via-http = share-http.packages.${system}.default;
|
||||||
|
|
|
@ -42,11 +42,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
#package = pkgs.atuin;
|
daemon.enable = true;
|
||||||
package = pkgs.legacy_2405.atuin.overrideAttrs (_old: {
|
|
||||||
# as cursed as doing mitigations=off in the kernel command line
|
|
||||||
patches = [ "${assets}/0001-make-atuin-on-zfs-fast-again.patch" ];
|
|
||||||
});
|
|
||||||
settings = {
|
settings = {
|
||||||
auto_sync = true;
|
auto_sync = true;
|
||||||
sync_frequency = "5m";
|
sync_frequency = "5m";
|
||||||
|
|
|
@ -10,10 +10,6 @@
|
||||||
|
|
||||||
services.atuin = {
|
services.atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.legacy_2405.atuin.overrideAttrs (_old: {
|
|
||||||
# as cursed as doing mitigations=off in the kernel command line
|
|
||||||
patches = [ "${assets}/0001-make-atuin-on-zfs-fast-again.patch" ];
|
|
||||||
});
|
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
maxHistoryLength = 999999;
|
maxHistoryLength = 999999;
|
||||||
openRegistration = false;
|
openRegistration = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue