diff --git a/flake.lock b/flake.lock index a9fb58d..574bf19 100755 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 0e2c7e0..0061ec5 100755 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 6b6894d..69a9ed4 100755 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -179,7 +179,7 @@ REGISTER_EMAIL_CONFIRM = false; DEFAULT_KEEP_EMAIL_PRIVATE = true; DEFAULT_ENABLE_TIMETRACKING = true; -# DISABLE_REGISTRATION = true; + DISABLE_REGISTRATION = true; }; }; };