try random shit and see what sticks

This commit is contained in:
Charlotte 🦝 Delenk 2023-01-28 21:55:44 +01:00
parent 8a7d715208
commit 55318dfd5e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 134 additions and 13 deletions

View file

@ -9,6 +9,7 @@
imports = [attic.nixosModules.atticd];
services.atticd = {
enable = true;
package = attic.packages.${system}.attic-server;
credentialsFile = config.sops.secrets."services/attic".path;
settings = {
listen = "[::1]:57448";

View file

@ -30,6 +30,34 @@
"type": "github"
}
},
"attic_2": {
"inputs": {
"crane": "crane_2",
"flake-compat": "flake-compat_4",
"flake-utils": [
"nix-packages",
"flake-utils"
],
"nixpkgs": [
"nix-packages",
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1674800265,
"narHash": "sha256-i9D3Ne4ktffiNfyM+jp7dOhRDkktm2SgtBCxkkFZP5E=",
"owner": "zhaofengli",
"repo": "attic",
"rev": "54d93ff61f98639d41d7897f7059aacabcb07772",
"type": "github"
},
"original": {
"owner": "zhaofengli",
"repo": "attic",
"type": "github"
}
},
"cargo2nix": {
"inputs": {
"flake-compat": "flake-compat_2",
@ -141,6 +169,39 @@
"type": "github"
}
},
"crane_2": {
"inputs": {
"flake-compat": [
"nix-packages",
"attic",
"flake-compat"
],
"flake-utils": [
"nix-packages",
"attic",
"flake-utils"
],
"nixpkgs": [
"nix-packages",
"attic",
"nixpkgs"
],
"rust-overlay": "rust-overlay_2"
},
"locked": {
"lastModified": 1672095661,
"narHash": "sha256-7NTsdCn3qsvU7A+1/7tY8pxbq0DYy1pFYNpzN6he9lI=",
"owner": "ipetkov",
"repo": "crane",
"rev": "98894bb39b03bfb379c5e10523cd61160e1ac782",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"dns": {
"inputs": {
"flake-utils": [
@ -270,6 +331,22 @@
}
},
"flake-compat_4": {
"flake": false,
"locked": {
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_5": {
"flake": false,
"locked": {
"lastModified": 1673956053,
@ -285,7 +362,7 @@
"type": "github"
}
},
"flake-compat_5": {
"flake-compat_6": {
"flake": false,
"locked": {
"lastModified": 1668681692,
@ -561,10 +638,8 @@
},
"nix-packages": {
"inputs": {
"attic": [
"attic"
],
"flake-compat": "flake-compat_4",
"attic": "attic_2",
"flake-compat": "flake-compat_5",
"flake-utils": [
"flake-utils"
],
@ -619,17 +694,17 @@
},
"nixpkgs-for-crane": {
"locked": {
"lastModified": 1672756850,
"narHash": "sha256-Smbq3+fitwA13qsTMeaaurv09/KVbZfW7m7lINwzDGA=",
"lastModified": 1673681449,
"narHash": "sha256-0Sd00uFoVsO7xgd15FZst7wlw6Wvt7rJ7y7Q5BWKMgA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "298add347c2bbce14020fcb54051f517c391196b",
"rev": "3ae365afb80773c3bb67e52294a82e329a9e5be0",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "298add347c2bbce14020fcb54051f517c391196b",
"rev": "3ae365afb80773c3bb67e52294a82e329a9e5be0",
"type": "github"
}
},
@ -683,6 +758,22 @@
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1673800717,
"narHash": "sha256-SFHraUqLSu5cC6IxTprex/nTsI81ZQAtDvlBvGDWfnA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2f9fd351ec37f5d479556cd48be4ca340da59b8f",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1657693803,
@ -731,7 +822,7 @@
},
"prismmc": {
"inputs": {
"flake-compat": "flake-compat_5",
"flake-compat": "flake-compat_6",
"libnbtplusplus": "libnbtplusplus",
"nixpkgs": [
"nixpkgs"
@ -773,7 +864,7 @@
"nixpkgs-noto-variable": "nixpkgs-noto-variable",
"nur": "nur",
"prismmc": "prismmc",
"rust-overlay": "rust-overlay_2",
"rust-overlay": "rust-overlay_3",
"sops-nix": "sops-nix",
"tomlplusplus": "tomlplusplus"
}
@ -804,6 +895,35 @@
}
},
"rust-overlay_2": {
"inputs": {
"flake-utils": [
"nix-packages",
"attic",
"crane",
"flake-utils"
],
"nixpkgs": [
"nix-packages",
"attic",
"crane",
"nixpkgs"
]
},
"locked": {
"lastModified": 1670034122,
"narHash": "sha256-EqmuOKucPWtMvCZtHraHr3Q3bgVszq1x2PoZtQkUuEk=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "a0d5773275ecd4f141d792d3a0376277c0fc0b65",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"rust-overlay_3": {
"inputs": {
"flake-utils": [
"flake-utils"

View file

@ -63,13 +63,13 @@ rec {
};
nix-packages = {
url = "github:DarkKirb/nix-packages";
inputs.attic.follows = "attic";
#inputs.attic.follows = "attic";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs-for-crane.url = "github:NixOS/nixpkgs/298add347c2bbce14020fcb54051f517c391196b";
nixpkgs-for-crane.url = "github:NixOS/nixpkgs/3ae365afb80773c3bb67e52294a82e329a9e5be0";
nixpkgs-noto-variable.url = "github:NixOS/nixpkgs/1988f9a17fc1c2ab11f5817adf34a4eb8d06454d";
nur.url = "github:nix-community/NUR";
prismmc = {