From 2fbbe7eac3a7827a753aed3aa41171e7059595f8 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 11 Mar 2024 21:43:20 +0000 Subject: add mantis --- hosts/myrtle/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/myrtle') diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index 069425f..dd45d3b 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix @@ -53,7 +53,6 @@ prompt better-text-objs vim-colors-plain - talon ]; environment = { @@ -141,7 +140,7 @@ services = { xserver = { enable = true; - layout = "us"; + xkb.layout = "us"; videoDrivers = [ "nvidia" ]; displayManager.startx.enable = true; libinput.enable = true; @@ -196,6 +195,7 @@ mountOnMedia = true; }; + tailscale.enable = true; }; systemd.sleep.extraConfig = '' @@ -249,7 +249,7 @@ nix = { package = pkgs.nixUnstable; extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes repl-flake warn-dirty = false keep-outputs = false keep-derivations = false -- cgit v1.2.3