disable registration, remove unused inputs

This commit is contained in:
Reid 2023-08-11 19:13:54 -07:00
parent 398b2cfe3d
commit 1d6b3b8092
3 changed files with 5 additions and 8 deletions

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1691368598,
"narHash": "sha256-ia7li22keBBbj02tEdqjVeLtc7ZlSBuhUk+7XTUFr14=",
"lastModified": 1691654369,
"narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5a8e9243812ba528000995b294292d3b5e120947",
"rev": "ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e",
"type": "github"
},
"original": {

View file

@ -3,11 +3,9 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
vscode-server.url = "github:nix-community/nixos-vscode-server";
};
outputs = { self, nixpkgs, vscode-server }:
outputs = { self, nixpkgs }:
let
system = "aarch64-linux";
@ -21,7 +19,6 @@
specialArgs = { inherit system; };
modules = [
vscode-server.nixosModules.default
./hosts/server/configuration.nix
];
};

View file

@ -179,7 +179,7 @@
REGISTER_EMAIL_CONFIRM = false;
DEFAULT_KEEP_EMAIL_PRIVATE = true;
DEFAULT_ENABLE_TIMETRACKING = true;
# DISABLE_REGISTRATION = true;
DISABLE_REGISTRATION = true;
};
};
};