Basic SSH and hostname for mm

This commit is contained in:
Greg Hellings
2023-05-05 12:49:17 -05:00
parent 453e49b805
commit 9fdc8ea040
2 changed files with 8 additions and 5 deletions
+7 -5
View File
@@ -10,12 +10,16 @@
./hardware-configuration.nix
];
greg.home = false;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "mm"; # Define your hostname.
networking.domain = "mindmazeroom.com";
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
@@ -45,11 +49,9 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
];
# Some programs need SUID wrappers, can be configured further or are