fix davis
This commit is contained in:
parent
66369e3a84
commit
0d2814b9bf
4 changed files with 24 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
{ config, ... }:
|
{
|
||||||
|
config,
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
services =
|
services =
|
||||||
let
|
let
|
||||||
|
|
@ -10,6 +15,7 @@
|
||||||
hostname = domain;
|
hostname = domain;
|
||||||
appSecretFile = config.age.secrets."davSecret.age".path;
|
appSecretFile = config.age.secrets."davSecret.age".path;
|
||||||
adminPasswordFile = config.age.secrets."davPassword.age".path;
|
adminPasswordFile = config.age.secrets."davPassword.age".path;
|
||||||
|
package = inputs.nixpkgs-master.legacyPackages.${pkgs.system}.davis;
|
||||||
nginx = null;
|
nginx = null;
|
||||||
|
|
||||||
poolConfig = with config.services.caddy; {
|
poolConfig = with config.services.caddy; {
|
||||||
|
|
|
||||||
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -2261,6 +2261,21 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nixpkgs-master": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1768659755,
|
||||||
|
"narHash": "sha256-QLZVje0QuaTtt59qrg9/eGYgq4Xmfnp9Rct67l0+vms=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "e56d3f4ff61f60002f239d7b06de4cd9c389bb47",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nixpkgs-riscv": {
|
"nixpkgs-riscv": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1752147015,
|
"lastModified": 1752147015,
|
||||||
|
|
@ -2545,6 +2560,7 @@
|
||||||
"nix-maid": "nix-maid",
|
"nix-maid": "nix-maid",
|
||||||
"nix-matrix-appservices": "nix-matrix-appservices",
|
"nix-matrix-appservices": "nix-matrix-appservices",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
|
"nixpkgs-master": "nixpkgs-master",
|
||||||
"run0-sudo-shim": "run0-sudo-shim",
|
"run0-sudo-shim": "run0-sudo-shim",
|
||||||
"sdm845": "sdm845",
|
"sdm845": "sdm845",
|
||||||
"stylix": "stylix",
|
"stylix": "stylix",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
gnome-mobile.url = "github:chuangzhu/nixpkgs-gnome-mobile";
|
gnome-mobile.url = "github:chuangzhu/nixpkgs-gnome-mobile";
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
nixpkgs-master.url = "github:nixos/nixpkgs";
|
||||||
wrapper-manager.url = "github:viperML/wrapper-manager";
|
wrapper-manager.url = "github:viperML/wrapper-manager";
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
nix-maid.url = "github:viperML/nix-maid";
|
nix-maid.url = "github:viperML/nix-maid";
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@
|
||||||
"webgl.disabled" = false;
|
"webgl.disabled" = false;
|
||||||
"browser.tabs.groups.enabled" = false;
|
"browser.tabs.groups.enabled" = false;
|
||||||
"media.peerconnection.enabled" = true;
|
"media.peerconnection.enabled" = true;
|
||||||
"media.webrtc.hw.h264.enabled" = false;
|
|
||||||
"privacy.resistFingerprinting" = false;
|
"privacy.resistFingerprinting" = false;
|
||||||
"browser.ml.linkPreview.enabled" = false;
|
"browser.ml.linkPreview.enabled" = false;
|
||||||
"privacy.fingerprintingProtection" = true;
|
"privacy.fingerprintingProtection" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue