mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 09:18:35 +02:00
fix: bypass router
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Idols - Ruby
|
||||
|
||||
TODO: use kana for backup / sync my personal data.
|
||||
TODO: use ruby for backup / sync my personal data.
|
||||
For safety, those data should be encrypted before sending to the cloud or my NAS.
|
||||
|
||||
1. restic: Backup file from homelab to NAS, or from NAS to Cloud
|
||||
|
||||
@@ -27,7 +27,7 @@ in {
|
||||
"cifs" # mount windows share
|
||||
];
|
||||
|
||||
boot.kernelModules = ["kvm-amd" "kvm-intel"];
|
||||
boot.kernelModules = ["kvm-amd"];
|
||||
boot.extraModprobeConfig = "options kvm_amd nested=1"; # for amd cpu
|
||||
|
||||
networking = {
|
||||
|
||||
Reference in New Issue
Block a user