Skip to content

Commit

Permalink
update: locks
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Nov 5, 2024
1 parent 6ff88bc commit fc6d6e2
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 118 deletions.
174 changes: 87 additions & 87 deletions flake.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions home-manager/modules/desktop/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let
# withWallpapers = true;
};
catppuccin-kvantum = pkgs.catppuccin-kvantum.override {
accent = toTitle config.home.catppuccin.accent;
variant = toTitle config.home.catppuccin.variant;
inherit (config.home.catppuccin) accent;
inherit (config.home.catppuccin) variant;
};
inherit (lib.hm.gvariant)
mkArray
Expand Down
2 changes: 1 addition & 1 deletion home-manager/modules/tippy/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ with config.home.catppuccin;
enable = true;
enableZshIntegration = true;
git = true;
icons = true;
icons = "auto";
};
bat = {
enable = true;
Expand Down
8 changes: 4 additions & 4 deletions nixos/hosts/isk/_steam/dst/Caves/worldgenoverride.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
override_enabled = true,
worldgen_preset = "DST_CAVE",
settings_preset = "DST_CAVE",
overrides = {},
override_enabled = true,
worldgen_preset = "DST_CAVE",
settings_preset = "DST_CAVE",
overrides = {},
}
4 changes: 2 additions & 2 deletions nixos/hosts/isk/_steam/dst/Master/worldgenoverride.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
return {
override_enabled = true,
overrides = {},
override_enabled = true,
overrides = {},
}
36 changes: 18 additions & 18 deletions nixos/hosts/isk/_steam/dst/modoverrides.lua
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
return {
--# Health Info
["workshop-375859599"] = { enabled = true },
--# Show Me
["workshop-2287303119"] = { enabled = true },
--# No Thermal Stone Durability
["workshop-466732225"] = { enabled = true },
--# Extra Equip Slots
["workshop-375850593"] = { enabled = true },
--# Display Attack Range
["workshop-2078243581"] = { enabled = true },
--# Increased Stack size
["workshop-374550642"] = { enabled = true },
--# Combined Status
["workshop-376333686"] = { enabled = true },
--# Global Positions
["workshop-378160973"] = { enabled = true },
--# Demon sword Muramasa
["workshop-1842087172"] = { enabled = true },
--# Health Info
["workshop-375859599"] = { enabled = true },
--# Show Me
["workshop-2287303119"] = { enabled = true },
--# No Thermal Stone Durability
["workshop-466732225"] = { enabled = true },
--# Extra Equip Slots
["workshop-375850593"] = { enabled = true },
--# Display Attack Range
["workshop-2078243581"] = { enabled = true },
--# Increased Stack size
["workshop-374550642"] = { enabled = true },
--# Combined Status
["workshop-376333686"] = { enabled = true },
--# Global Positions
["workshop-378160973"] = { enabled = true },
--# Demon sword Muramasa
["workshop-1842087172"] = { enabled = true },
}
1 change: 1 addition & 0 deletions nixos/modules/base/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
};
systemd.extraConfig = ''
DefaultTimeoutStopSec = 20s
DefaultStartLimitIntervalSec = 0
'';
}
3 changes: 1 addition & 2 deletions nixos/modules/base/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ in
binary-caches-parallel-connections = 16;
permittedInsecurePackages = [
"openssl-1.1.1w"
"electron-19.1.9"
"electron-24.8.6"
"electron-27.3.11"
"nix-2.24.5"
];
allowUnfreePackages = [ "terraform" ];
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/keycloak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
};
settings = {
hostname = "sso.dora.im";
proxy = "edge";
proxy-headers = "edge";
http-host = "127.0.0.1";
http-port = config.ports.keycloak;
};
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/rustdesk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
services.rustdesk-server = {
enable = true;
openFirewall = true;
relayIP = config.networking.fqdn;
signal.relayHosts = [ config.networking.fqdn ];
};
}

0 comments on commit fc6d6e2

Please sign in to comment.