Compare commits

..

2 Commits

Author SHA1 Message Date
0aabbf26c6 feat: add netbird vpn 2025-12-04 16:10:07 +05:00
99693f7e69 feat: configure npm to use npm.dogar.dev 2025-11-29 12:46:36 +05:00
4 changed files with 10 additions and 1 deletions

1
dotfiles/npm/.npmrc Normal file
View File

@@ -0,0 +1 @@
; registry=https://npm.dogar.dev

View File

@@ -1,4 +1,4 @@
{lib, ...}: {
{config, lib, ...}: {
imports = lib.flatten [
#
# ========== Required Configs ==========
@@ -36,5 +36,7 @@
EDITOR = "nvim";
NIXOS_OZONE_WL = "1";
};
file.".npmrc".source = config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc";
};
}

View File

@@ -0,0 +1,5 @@
{ pkgs, ...}: {
services.netbird.enable = true;
environment.systemPackages = with pkgs; [ netbird-ui ];
}

View File

@@ -66,6 +66,7 @@
"openssh"
"printing"
"smart-card"
"vpn"
])
#