diff options
author | Akshay <[email protected]> | 2024-03-11 21:43:20 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-03-11 21:43:20 +0000 |
commit | 2fbbe7eac3a7827a753aed3aa41171e7059595f8 (patch) | |
tree | 80fce85cb87b2b3c148f2a012925da5edcfc079a /hosts/myrtle | |
parent | b835187f6aa345853408b5b92c32294c46b7aba0 (diff) |
add mantis
Diffstat (limited to 'hosts/myrtle')
-rw-r--r-- | hosts/myrtle/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
53 | prompt | 53 | prompt |
54 | better-text-objs | 54 | better-text-objs |
55 | vim-colors-plain | 55 | vim-colors-plain |
56 | talon | ||
57 | ]; | 56 | ]; |
58 | 57 | ||
59 | environment = { | 58 | environment = { |
@@ -141,7 +140,7 @@ | |||
141 | services = { | 140 | services = { |
142 | xserver = { | 141 | xserver = { |
143 | enable = true; | 142 | enable = true; |
144 | layout = "us"; | 143 | xkb.layout = "us"; |
145 | videoDrivers = [ "nvidia" ]; | 144 | videoDrivers = [ "nvidia" ]; |
146 | displayManager.startx.enable = true; | 145 | displayManager.startx.enable = true; |
147 | libinput.enable = true; | 146 | libinput.enable = true; |
@@ -196,6 +195,7 @@ | |||
196 | mountOnMedia = true; | 195 | mountOnMedia = true; |
197 | }; | 196 | }; |
198 | 197 | ||
198 | tailscale.enable = true; | ||
199 | }; | 199 | }; |
200 | 200 | ||
201 | systemd.sleep.extraConfig = '' | 201 | systemd.sleep.extraConfig = '' |
@@ -249,7 +249,7 @@ | |||
249 | nix = { | 249 | nix = { |
250 | package = pkgs.nixUnstable; | 250 | package = pkgs.nixUnstable; |
251 | extraOptions = '' | 251 | extraOptions = '' |
252 | experimental-features = nix-command flakes | 252 | experimental-features = nix-command flakes repl-flake |
253 | warn-dirty = false | 253 | warn-dirty = false |
254 | keep-outputs = false | 254 | keep-outputs = false |
255 | keep-derivations = false | 255 | keep-derivations = false |