diff options
author | polwex <code@yago.one> | 2025-02-21 08:59:27 +0000 |
---|---|---|
committer | polwex <code@yago.one> | 2025-02-21 08:59:27 +0000 |
commit | c0be55eb72fdad38de6e1c72a52b1500216c3043 (patch) | |
tree | c053679bb21a023e115a0ab5f96d7926bd05d3c2 /hosts/local/master/configuration.nix | |
parent | fb39334bcdac65a1ff1d95e7e4db2e28eabcc2d6 (diff) | |
parent | 59ab4467b69f3ba455ef23163cfc4543338d8a41 (diff) |
Merge pull request 'nvidia-wayland' (#1) from nvidia-wayland into master
Reviewed-on: https://git.sortug.com/polwex/nixconf/pulls/1
Diffstat (limited to 'hosts/local/master/configuration.nix')
-rw-r--r-- | hosts/local/master/configuration.nix | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix index 4888f30..e228246 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 @@ -41,6 +41,12 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). + # + # + environment.systemPackages = [ + pkgs.nodejs + pkgs.python312 + ]; system.stateVersion = "23.11"; # Did you read the comment? |