summaryrefslogtreecommitdiff
path: root/hosts/local/fw11/configuration.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-22 14:02:16 +0700
committerpolwex <polwex@sortug.com>2025-10-22 14:02:16 +0700
commit21adca7e6d8f8233ac8d6c00c7be43dc026e8cc5 (patch)
tree1fffcd2c077af786ec4f28f1109a5d426295a398 /hosts/local/fw11/configuration.nix
parent4bb8dd864cf5077018327d6f55058b87def03d45 (diff)
parentf11a2b69c2fb5ef6111af107deba37114f7ab2ff (diff)
Merge branch 'fw'
Diffstat (limited to 'hosts/local/fw11/configuration.nix')
-rw-r--r--hosts/local/fw11/configuration.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix
index 11c09d1..71eef5d 100644
--- a/hosts/local/fw11/configuration.nix
+++ b/hosts/local/fw11/configuration.nix
@@ -25,9 +25,10 @@
../../base.nix
../../linux.nix
# ../../syncthing.nix
- # ../../unfree.nix
- # ../wayland.nix
- # ./keyboard.nix
+ ../../unfree.nix
+ ../niri.nix
+ ../gui.nix
+ ./keyboard.nix
# ../android.nix
];
@@ -52,13 +53,14 @@
boot.loader.efi.canTouchEfiVariables = true;
# boot.supportedFilesystems = ["ntfs"];
# boot.kernelPackages = lib.mkForce unfreePkgs.linuxKernel.packages.linux_xanmod_latest;
- # boot.kernelPackages = pkgs.linuxPackages_latest;
- boot.kernelPackages = pkgs.linuxPackages_6_12;
+ boot.kernelPackages = pkgs.linuxPackages_latest;
+ # boot.kernelPackages = pkgs.linuxPackages_6_12;
services.fprintd.enable = true;
networking = {
hostName = "fw-nixos"; # Define your hostname.
firewall.enable = false;
+ nameservers = ["8.8.8.8" "8.8.4.4"];
};
nix.settings.trusted-users = ["root" "y"];