Skip to content

Commit

Permalink
holynix.tools.flatpak: remove prepare-discord and prepare-spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Feb 19, 2025
1 parent f19d267 commit 59f200a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions modules/nixos/tools/flatpak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ in
# Theming
betterdiscordctl
spicetify-cli
holynix.prepare-spotify
(holynix.prepare-discord.override {
accent = themeCfg.accent;
})
] ++ lists.optionals plasmaCfg.enable [ pkgs.kdePackages.discover pkgs.kdePackages.packagekit-qt ];

# Install and enable flatpak
Expand Down
4 changes: 2 additions & 2 deletions systems/x86_64-linux/srv-oracle/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, lib, config, modulesPath, ... }:

let
ip = "172.20.0.11";
ip = "172.20.0.214";
in
{
imports = [
Expand Down Expand Up @@ -55,6 +55,6 @@ in
"ens3".useDHCP = true;
};
defaultGateway = "172.20.0.1";
#nameservers = [ "172.16.0.3" "172.16.0.4" ];
nameservers = [ "9.9.9.9" "1.1.1.1" ];
};
}

0 comments on commit 59f200a

Please sign in to comment.