Modularize and fix wireguard

This commit is contained in:
zuma 2025-11-06 22:08:45 +01:00
parent 127fc040a5
commit 7b6e8c49f1
6 changed files with 265 additions and 229 deletions

View file

@ -1,13 +1,5 @@
{ config, lib, pkgs, ...}:
{
networking.hostName = "loulou";
# Setting up environment variables
environment.sessionVariables = rec {
NODE = "loulou";
};
config.filouterie.hostName = "loulou";
}