summaryrefslogtreecommitdiff
path: root/hosts/local/master/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/master/configuration.nix')
-rw-r--r--hosts/local/master/configuration.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix
index 4888f30..aa12e1c 100644
--- a/hosts/local/master/configuration.nix
+++ b/hosts/local/master/configuration.nix
@@ -6,13 +6,13 @@
# Include the results of the hardware scan.
../../base.nix
../../linux.nix
- # ../../unfree.nix
+ ../../unfree.nix
#../../android.nix
- # ../i3.nix
+ ../i3.nix
# ../gnome.nix
- # ../wayland.nix
+ #../wayland.nix
../nvidia.nix
- ./keyboard.nix
+ ./keyboard.nix
];
# Use the systemd-boot EFI boot loader.
@@ -32,8 +32,8 @@
time.timeZone = "Asia/Bangkok";
# Enable the OpenSSH daemon.
- services.openssh.enable = true;
- services.openssh.ports = [5555];
+ # services.openssh.enable = true;
+ # services.openssh.ports = [5555];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions