summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/local/fw11/configuration.nix4
-rw-r--r--hosts/local/wayland.nix1
-rw-r--r--hosts/network.nix4
3 files changed, 8 insertions, 1 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix
index 37ca6a9..bd9aa30 100644
--- a/hosts/local/fw11/configuration.nix
+++ b/hosts/local/fw11/configuration.nix
@@ -12,6 +12,7 @@
inherit pkgs;
modules = [
../../../wrappers/chromium
+ ../../../wrappers/brave
];
};
in {
@@ -44,6 +45,7 @@ in {
# Set your time zone.
time.timeZone = "Asia/Bangkok";
+ # time.timeZone = "Europe/Madrid";
# Enable CUPS to print documents.
# services.printing.enable = true;
@@ -55,6 +57,8 @@ in {
# firmware update
services.fwupd.enable = true;
+ services.flatpak.enable = true;
+
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It‘s perfectly fine and recommended to leave
diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix
index b470939..57fd4cc 100644
--- a/hosts/local/wayland.nix
+++ b/hosts/local/wayland.nix
@@ -73,7 +73,6 @@
obsidian
signal-desktop
tdesktop
- brave
gimp
vlc
mpv
diff --git a/hosts/network.nix b/hosts/network.nix
index 433a206..4e82191 100644
--- a/hosts/network.nix
+++ b/hosts/network.nix
@@ -28,5 +28,9 @@
pkgs.iptables
];
+ services.tailscale = {
+ enable = true;
+ };
+
# services.opensnitch.enable = true;
}