upgrade artemision
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 11s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m34s

This commit is contained in:
2025-12-19 03:07:34 -05:00
parent 3a5d08d457
commit 84a21b13fb
5 changed files with 16 additions and 16 deletions

View File

@@ -52,7 +52,7 @@
}; };
}; };
calibre-server = { calibre-server = {
enable = true; enable = false;
user = "calibre-web"; user = "calibre-web";
group = "calibre-web"; group = "calibre-web";

View File

@@ -7,7 +7,7 @@
server = false; server = false;
users = [ "alice" ]; users = [ "alice" ];
modules = [ modules = [
inputs.nixos-hardware.nixosModules.framework-16-7040-amd inputs.nixos-hardware.nixosModules.framework-16-amd-ai-300-series
inputs.stylix.nixosModules.stylix inputs.stylix.nixosModules.stylix
{ {
environment.systemPackages = [ environment.systemPackages = [

View File

@@ -100,7 +100,7 @@
# (the default) this is the recommended approach. When using systemd-networkd it's # (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 # still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`. # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.interfaces.wlp4s0.useDHCP = lib.mkDefault true; networking.interfaces.wlp191s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;

View File

@@ -3,17 +3,17 @@
networking.nameservers = [ networking.nameservers = [
"9.9.9.9" "9.9.9.9"
"1.1.1.1" "1.1.1.1"
"192.168.76.1" #"192.168.76.1"
]; ];
services.resolved = { #services.resolved = {
enable = true; # enable = true;
dnssec = "false"; # dnssec = "false";
domains = [ "~." ]; # domains = [ "~." ];
fallbackDns = [ # fallbackDns = [
"1.1.1.1#one.one.one.one" # "1.1.1.1#one.one.one.one"
"1.0.0.1#one.one.one.one" # "1.0.0.1#one.one.one.one"
]; # ];
dnsovertls = "true"; # dnsovertls = "true";
}; #};
} }

View File

@@ -116,8 +116,8 @@ master {
} }
gestures { gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hypr.land/Configuring/Gestures/ for more
workspace_swipe = off gesture = 3, horizontal, workspace
} }
misc { misc {