From 2aac875aced8ad23ead63c3417c8675ee769c431 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 10 Jan 2023 01:43:40 +0100 Subject: Update --- flake.lock | Bin 5856 -> 5856 bytes hosts/configuration.nix | 2 +- hosts/home.nix | 1 - modules/virtualisation/default.nix | 1 - overlays/base/default.nix | 10 ---------- 5 files changed, 1 insertion(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 432b502..edcdf26 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 80dc7f6..7294916 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -102,7 +102,7 @@ lm_sensors pulseaudio # used for tools alsa-utils - python + python3 killall wget gitFull diff --git a/hosts/home.nix b/hosts/home.nix index 08b5f83..f332c7a 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -175,7 +175,6 @@ extensions = with pkgs.nur.repos.rycee.firefox-addons; [ ublock-origin darkreader - https-everywhere h264ify ]; profiles.default = { diff --git a/modules/virtualisation/default.nix b/modules/virtualisation/default.nix index 574f384..c816490 100644 --- a/modules/virtualisation/default.nix +++ b/modules/virtualisation/default.nix @@ -5,7 +5,6 @@ podman = { enable = true; dockerCompat = true; - defaultNetwork.dnsname.enable = true; }; libvirtd.enable = true; virtualbox.host.enable = true; diff --git a/overlays/base/default.nix b/overlays/base/default.nix index 833e7c0..2f021c7 100644 --- a/overlays/base/default.nix +++ b/overlays/base/default.nix @@ -64,16 +64,6 @@ final: prev: ]; }); - river = prev.river.overrideAttrs (old: { - src = prev.fetchFromGitHub { - owner = "riverwm"; - repo = "river"; - rev = "c0e64829f0517f6512438cbf80ae27bd21986b47"; - sha256 = "sha256-vvK9DjgChf32fkzFRT+eJhRb00YYwZJYO48+HwRyIkM="; - fetchSubmodules = true; - }; - }); - comma = prev.comma.overrideAttrs (old: rec { src = prev.fetchFromGitHub { owner = "baitinq"; -- cgit 1.4.1