Naming edits

This commit is contained in:
Zonsopkomst 2023-01-31 19:35:00 -06:00
parent 599afb57c2
commit 0b68971305
3 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.aspire = import ./hosts/local/tyr/home.nix;
home-manager.users.leeuwarden = import ./hosts/local/tyr/home.nix;
}
];
};

View File

@ -36,7 +36,7 @@
boot.initrd.luks.devices."luks-57e53b6e-eb27-4bdc-961e-069ecf677d6b".device = "/dev/disk/by-uuid/57e53b6e-eb27-4bdc-961e-069ecf677d6b";
boot.initrd.luks.devices."luks-57e53b6e-eb27-4bdc-961e-069ecf677d6b".keyFile = "/crypto_keyfile.bin";
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "tyr"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary