update hostspec defaults

This commit is contained in:
TheWanderingCrow 2025-08-25 14:59:51 -04:00
parent f7e969fdf3
commit 335bc59638
3 changed files with 6 additions and 4 deletions

View file

@ -36,8 +36,8 @@ in {
];
hostSpec = {
username = "crow";
handle = "TheWanderingCrow";
username = lib.mkDefault "crow";
handle = lib.mkDefault "TheWanderingCrow";
};
networking.hostName = config.hostSpec.hostName;