rose-pine-hyprcursor, fnott修正
This commit is contained in:
@@ -25,10 +25,8 @@ in
|
||||
environment.systemPackages = with pkgs; [
|
||||
openssl
|
||||
|
||||
bluez
|
||||
bluez-tools
|
||||
bluetuith
|
||||
|
||||
|
||||
brightnessctl
|
||||
|
||||
fzf
|
||||
@@ -61,7 +59,9 @@ in
|
||||
networking.firewall.allowedUDPPorts = [ ];
|
||||
|
||||
services.openvpn.servers = {
|
||||
homeVPN = { config = '' config /root/nixos/openvpn/homeVPN.conf ''; };
|
||||
homeVPN = {
|
||||
config = ''config /root/nixos/openvpn/homeVPN.conf '';
|
||||
};
|
||||
};
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
||||
Reference in New Issue
Block a user