summary refs log tree commit diff
path: root/machines/truite/default.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-04-21 16:02:53 +0200
committerMel <mel@rnrd.eu>2026-04-21 16:02:53 +0200
commit00018ccf922daf89f2f3778af6d24cb3b3708eac (patch)
tree8313305e16c167d3798c1507f9d9c43a1099aad0 /machines/truite/default.nix
parent2780fc65523814564153d92ab2d0f19be4ba0e02 (diff)
downloadnetwork-00018ccf922daf89f2f3778af6d24cb3b3708eac.tar.zst
network-00018ccf922daf89f2f3778af6d24cb3b3708eac.zip
Move truite to a better machine and Russian hosting provider
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/truite/default.nix')
-rw-r--r--machines/truite/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/machines/truite/default.nix b/machines/truite/default.nix
index 01f82f5..06b04e1 100644
--- a/machines/truite/default.nix
+++ b/machines/truite/default.nix
@@ -3,7 +3,6 @@
 {
   imports = [
     ../../modules/common.nix
-    ../../modules/vpn/ingress.nix
 
     ./hardware.nix
     ./devices.nix
@@ -26,5 +25,5 @@
     };
   };
 
-  system.stateVersion = "25.05";
+  system.stateVersion = "25.11";
 }