diff --git a/systems/artemision/configuration.nix b/systems/artemision/configuration.nix index a00c7a0..f49433b 100644 --- a/systems/artemision/configuration.nix +++ b/systems/artemision/configuration.nix @@ -52,7 +52,7 @@ }; }; calibre-server = { - enable = true; + enable = false; user = "calibre-web"; group = "calibre-web"; diff --git a/systems/artemision/default.nix b/systems/artemision/default.nix index dfc80eb..66f0579 100644 --- a/systems/artemision/default.nix +++ b/systems/artemision/default.nix @@ -7,7 +7,7 @@ server = false; users = [ "alice" ]; modules = [ - inputs.nixos-hardware.nixosModules.framework-16-7040-amd + inputs.nixos-hardware.nixosModules.framework-16-amd-ai-300-series inputs.stylix.nixosModules.stylix { environment.systemPackages = [ diff --git a/systems/artemision/hardware.nix b/systems/artemision/hardware.nix index 325ef4e..6e94012 100644 --- a/systems/artemision/hardware.nix +++ b/systems/artemision/hardware.nix @@ -100,7 +100,7 @@ # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction # with explicit per-interface declarations with `networking.interfaces..useDHCP`. - networking.interfaces.wlp4s0.useDHCP = lib.mkDefault true; + networking.interfaces.wlp191s0.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; diff --git a/systems/artemision/private-wifi.nix b/systems/artemision/private-wifi.nix index 6c3a8ea..9079b44 100644 --- a/systems/artemision/private-wifi.nix +++ b/systems/artemision/private-wifi.nix @@ -3,17 +3,17 @@ networking.nameservers = [ "9.9.9.9" "1.1.1.1" - "192.168.76.1" + #"192.168.76.1" ]; - services.resolved = { - enable = true; - dnssec = "false"; - domains = [ "~." ]; - fallbackDns = [ - "1.1.1.1#one.one.one.one" - "1.0.0.1#one.one.one.one" - ]; - dnsovertls = "true"; - }; + #services.resolved = { + # enable = true; + # dnssec = "false"; + # domains = [ "~." ]; + # fallbackDns = [ + # "1.1.1.1#one.one.one.one" + # "1.0.0.1#one.one.one.one" + # ]; + # dnsovertls = "true"; + #}; } diff --git a/users/alice/home/hypr/hyprland.conf b/users/alice/home/hypr/hyprland.conf index a5dd1ff..e26a7c0 100644 --- a/users/alice/home/hypr/hyprland.conf +++ b/users/alice/home/hypr/hyprland.conf @@ -116,8 +116,8 @@ master { } gestures { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = off + # See https://wiki.hypr.land/Configuring/Gestures/ for more + gesture = 3, horizontal, workspace } misc {