{ inputs, config, ... }: { imports = [ ../common/common.nix ./hardware-configuration.nix ]; networking.hostName = "server1"; smayzy = { server.enable = true; }; home-manager = { extraSpecialArgs = { inherit inputs; smayzy = config.smayzy; }; users = { smayzy = import ./home.nix; }; backupFileExtension = "backup"; }; system.stateVersion = "24.11"; }