Automatic Update

This commit is contained in:
GitHub 2023-12-12 18:08:40 +00:00
parent 13e9de5a82
commit 4ce0afab9f
4 changed files with 22 additions and 22 deletions

View file

@ -38,14 +38,14 @@
type = "measure";
}
{
child = {
compression = "none";
path = "datastore";
type = "levelds";
};
mountpoint = "/";
prefix = "leveldb.datastore";
type = "measure";
child = {
compression = "none";
path = "datastore";
type = "levelds";
};
mountpoint = "/";
prefix = "leveldb.datastore";
type = "measure";
}
];
type = "mount";

View file

@ -66,7 +66,7 @@
"fc00::/7"
];
# user agent header was a mistake
userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0, matrix-media-repo (like twitterbot; like telegrambot; like discordbot; like facebook; like whatsapp; like firefox/92; like vkshare) +https://github.com/DarkKirb/nixos-config/pull/264";
userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0, matrix-media-repo (like twitterbot; like telegrambot; like discordbot; like facebook; like whatsapp; like firefox/92; like vkshare) +https://github.com/DarkKirb/nixos-config/pull/264";
};
downloads = {
expireAfterDays = 7;

View file

@ -171,11 +171,11 @@
]
},
"locked": {
"lastModified": 1702297595,
"narHash": "sha256-wv1yu+/7vggggVLQ8QvcA3wcVgS5a+rV46anONZRlx8=",
"lastModified": 1702383956,
"narHash": "sha256-wnw+wDEEgD+0/2lCWVFH5T/SZauBHIllBIb9HfxKSCM=",
"owner": "nix-community",
"repo": "flake-firefox-nightly",
"rev": "060883bc7237f7a5e7f1829d2b2d746fd9617c88",
"rev": "488b6da015bb0e119fcf9fa58f2cfdd49841c575",
"type": "github"
},
"original": {
@ -545,11 +545,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1702245580,
"narHash": "sha256-tTVRB42Ljo2uWGP7ei5h5/qQjOsdXoz0GHRy9hrVrdw=",
"lastModified": 1702336390,
"narHash": "sha256-BRO8J8QbmyuS0XMh4UfY11akgTGZj1YhkqNvR83JrsI=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "030edbb68e69f2b97231479f98a9597024650df2",
"rev": "fef05bf9c8e818f4ca1425ef4c18e6680becd072",
"type": "github"
},
"original": {
@ -615,11 +615,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1702317192,
"narHash": "sha256-jYzBIMW18oQG+uQ9TVZwiYFHVafYIqllW+zFLROtwcE=",
"lastModified": 1702402339,
"narHash": "sha256-zAQwhsF/TkblOHjTsYT7OeUjCLTQRrGzq2sf0Ax2Euo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a8dac2fa64af92360f126d2e20f47cd4ccf1c905",
"rev": "eab72db9b0cac0265d0dc4ac79f5511887ab1495",
"type": "github"
},
"original": {
@ -630,11 +630,11 @@
},
"nur": {
"locked": {
"lastModified": 1702316726,
"narHash": "sha256-SQKEw/VhhyWUHATFXMsvvvZAHts02gVVQz9l1OTbpYg=",
"lastModified": 1702404087,
"narHash": "sha256-HK91kYp2qVaEmXt82Zj0dhEtr2CYeFY0tpaIqsH/XSA=",
"owner": "nix-community",
"repo": "NUR",
"rev": "dbd6b276563c591fb4951d6766f552ab71ab59fd",
"rev": "ab573e6fe0b6de427749a0dd0a3ca1c955314c7d",
"type": "github"
},
"original": {

View file

@ -22,7 +22,7 @@ rec {
inputs.flake-parts.follows = "flake-parts";
inputs.nixpkgs.follows = "nixpkgs";
};
devshell = {
devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";