Compare commits
2 Commits
45c7c99911
...
0aabbf26c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
0aabbf26c6
|
|||
|
99693f7e69
|
1
dotfiles/npm/.npmrc
Normal file
1
dotfiles/npm/.npmrc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
; registry=https://npm.dogar.dev
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
{lib, ...}: {
|
{config, lib, ...}: {
|
||||||
imports = lib.flatten [
|
imports = lib.flatten [
|
||||||
#
|
#
|
||||||
# ========== Required Configs ==========
|
# ========== Required Configs ==========
|
||||||
@@ -36,5 +36,7 @@
|
|||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
};
|
};
|
||||||
|
file.".npmrc".source = config.lib.file.mkOutOfStoreSymlink
|
||||||
|
"${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
5
hosts/common/optional/services/vpn.nix
Normal file
5
hosts/common/optional/services/vpn.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ...}: {
|
||||||
|
services.netbird.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ netbird-ui ];
|
||||||
|
}
|
||||||
@@ -66,6 +66,7 @@
|
|||||||
"openssh"
|
"openssh"
|
||||||
"printing"
|
"printing"
|
||||||
"smart-card"
|
"smart-card"
|
||||||
|
"vpn"
|
||||||
])
|
])
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user