From 56520c977d0df70be80b222097bbf1401b92210a Mon Sep 17 00:00:00 2001 From: DuN0z Date: Thu, 9 Oct 2025 14:14:43 +0200 Subject: [PATCH 1/2] Fix: xsession bspwm --- hm/desktop/bspwm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/desktop/bspwm.nix b/hm/desktop/bspwm.nix index 302d6b8..b92376e 100644 --- a/hm/desktop/bspwm.nix +++ b/hm/desktop/bspwm.nix @@ -37,7 +37,7 @@ xsession = { enable = true; - xsession.windowManager.bspwm = { + windowManager.bspwm = { enable = true; # Démarrages au login X From ce4201eb4e16dc4ccbb313f9f007b1ffb3fa7ebe Mon Sep 17 00:00:00 2001 From: DuN0z Date: Thu, 9 Oct 2025 14:21:55 +0200 Subject: [PATCH 2/2] Fix: Pennsardin IP --- hosts/pennsardin/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/pennsardin/configuration.nix b/hosts/pennsardin/configuration.nix index a2b0acf..314ac4b 100644 --- a/hosts/pennsardin/configuration.nix +++ b/hosts/pennsardin/configuration.nix @@ -54,16 +54,16 @@ useDHCP = false; ipv4.addresses = [ { - address = "192.168.0.2"; + address = "192.168.50.12"; prefixLength = 24; } ]; }; defaultGateway = { interface = "br0"; - address = "192.168.0.254"; + address = "192.168.50.1"; }; - nameservers = ["192.168.0.254" "1.1.1.1"]; + nameservers = ["192.168.50.1" "1.1.1.1"]; bridges.br0.interfaces = ["enp11s0"]; }; systemd.network = {