This commit is contained in:
albert 2024-04-05 09:39:12 +09:00
parent 815d26fc8f
commit ee9c452083
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ ... }: {
imports = [ ./nixvim/base.nix ];
programs.nixvim = {

View file

@ -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" = {