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 ];
|
imports = [ ./nixvim/base.nix ];
|
||||||
|
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
|
|
|
@ -16,8 +16,10 @@
|
||||||
system.stateVersion = stateVersion;
|
system.stateVersion = stateVersion;
|
||||||
|
|
||||||
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686
|
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686
|
||||||
networking.useHostResolvConf = lib.mkForce false;
|
# networking.useHostResolvConf = lib.mkForce false;
|
||||||
services.resolved.enable = true;
|
# services.resolved.enable = true;
|
||||||
|
|
||||||
|
networking.defaultGateway = "192.168.2.1";
|
||||||
|
|
||||||
# Set up the secrets file:
|
# Set up the secrets file:
|
||||||
sops.secrets."tailscale_key" = {
|
sops.secrets."tailscale_key" = {
|
||||||
|
|
Loading…
Reference in a new issue