From ee9c4520836be920645fb02c67c5128097cb5756 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 5 Apr 2024 09:39:12 +0900 Subject: [PATCH] Updates --- home-manager/common/software/cli/nixvim.nix | 2 +- nixos/containers/default.nix | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 888b3e3a..a35c2c22 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ ... }: { imports = [ ./nixvim/base.nix ]; programs.nixvim = { diff --git a/nixos/containers/default.nix b/nixos/containers/default.nix index e0f99a05..88c63776 100644 --- a/nixos/containers/default.nix +++ b/nixos/containers/default.nix @@ -16,8 +16,10 @@ system.stateVersion = stateVersion; # Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686 - networking.useHostResolvConf = lib.mkForce false; - services.resolved.enable = true; + # networking.useHostResolvConf = lib.mkForce false; + # services.resolved.enable = true; + + networking.defaultGateway = "192.168.2.1"; # Set up the secrets file: sops.secrets."tailscale_key" = {