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;