Compare commits
No commits in common. "086d9760bc57a40610caf031773fd1af81f28418" and "589fa7fcbeea0893e151580673b9bb7a9a7dfb41" have entirely different histories.
086d9760bc
...
589fa7fcbe
|
@ -0,0 +1,18 @@
|
|||
client
|
||||
remote '185.86.178.201' 1194 udp
|
||||
pkcs12 '/home/alexandre/09_DRI/Serveur_VPN_pour_le_SI_DRI_alexandre/Serveur_VPN_pour_le_SI_DRI_alexandre.p12'
|
||||
auth-user-pass
|
||||
cipher AES-256-GCM
|
||||
comp-lzo no
|
||||
dev tun
|
||||
proto udp
|
||||
remote-cert-tls server
|
||||
verify-x509-name 'C=FR, ST=Sarthe, L=Le Mans, O=DRI, emailAddress=support@dri.fr, CN=opn-vpn.si.dri.fr' subject
|
||||
tls-auth '/home/alexandre/09_DRI/Serveur_VPN_pour_le_SI_DRI_alexandre/./Serveur_VPN_pour_le_SI_DRI_alexandre-tls.key' 1
|
||||
nobind
|
||||
auth-nocache
|
||||
script-security 2
|
||||
persist-key
|
||||
persist-tun
|
||||
user nm-openvpn
|
||||
group nm-openvpn
|
|
@ -31,8 +31,5 @@
|
|||
source = ./configs/zellij;
|
||||
};
|
||||
};
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -68,7 +68,6 @@
|
|||
graphviz
|
||||
evince
|
||||
kdeconnect
|
||||
neovim
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"ferdi-5.8.1"
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
# ./vpn.nix
|
||||
# ./VPN.nix
|
||||
../modules/prometheus-node.nix
|
||||
../modules/syncthing.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
@ -202,5 +201,4 @@ nix.settings.auto-optimise-store = true;
|
|||
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
|
||||
};
|
||||
};
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
|
|
|
@ -11,5 +11,6 @@ programs.neovim = {
|
|||
gruvbox-material
|
||||
mini-nvim
|
||||
];
|
||||
defaultEditor = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
user = "alexandre";
|
||||
dataDir =
|
||||
"/home/alexandre/Documents"; # Default folder for new synced folders
|
||||
configDir =
|
||||
"/home/alexandre/.config/syncthing"; # Folder for Syncthing's settings and keys
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue