Updates
This commit is contained in:
parent
815d26fc8f
commit
ee9c452083
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ ... }: {
|
||||
imports = [ ./nixvim/base.nix ];
|
||||
|
||||
programs.nixvim = {
|
||||
|
|
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue