Merge pull request 'upgrade artemision' (#150) from feature/artemision-upgrade into main
Reviewed-on: #150
This commit was merged in pull request #150.
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
calibre-server = {
|
calibre-server = {
|
||||||
enable = true;
|
enable = false;
|
||||||
user = "calibre-web";
|
user = "calibre-web";
|
||||||
group = "calibre-web";
|
group = "calibre-web";
|
||||||
|
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
#};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user