~ruther/nixos-config

6d2e36d446d3932d0c941d4ad0564953bbac76e7 — Frantisek Bohacek 1 year, 6 months ago 3e080cb
feat: update hostnames
2 files changed, 4 insertions(+), 0 deletions(-)

M hosts/desktop/default.nix
M hosts/laptop/default.nix
M hosts/desktop/default.nix => hosts/desktop/default.nix +2 -0
@@ 31,6 31,8 @@
      vivadoPath = "/data/Linux/fpga/apps/xilinx/Vivado/2023.1/bin/vivado";
    })];

  networking.hostName = "nixos-desktop";

  boot = {                                      # Boot options
    kernelPackages = pkgs.linuxPackages_latest;
    supportedFilesystems = [ "ntfs" ];

M hosts/laptop/default.nix => hosts/laptop/default.nix +2 -0
@@ 25,6 25,8 @@
    [(import ../../modules/desktop/qtile/default.nix)] ++ # Window Manager
    (import ../../modules/hardware);                      # Hardware devices

  networking.hostName = "nixos-laptop";

  boot = {                                  # Boot options
    kernelPackages = pkgs.linuxPackages_latest;


Do not follow this link