Finished switching hostname to Titan

This commit is contained in:
2025-08-20 14:08:08 -04:00
parent 10cdd3cb74
commit 8e9b4c3a66
4 changed files with 41 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
./modules/sops.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
networking.hostName = "Titan"; # Define your hostname.
# Bootloader.
boot = {
kernelPackages = pkgs.linuxPackages_latest;