refactor config; for other branches change flake.nix #1

Merged
vorboyvo merged 2 commits from randolph into main 2024-06-17 21:05:38 -04:00
Showing only changes of commit 52012a2e4e - Show all commits

View file

@ -24,7 +24,7 @@
# Enable flakes.
nix = { settings.experimental-features = [ "nix-command" "flakes" ]; };
networking.hostName = "oyvoLaptop"; # Define your hostname.
networking.hostName = "randolph"; # Define your hostname.
networking.networkmanager.enable =
true; # Easiest to use and most distros use this by default.