Removed unused override. Added packages.base-packages. Added FIXMEs

This commit is contained in:
Nikodem Rabuliński 2023-11-02 18:46:37 +01:00
parent 7406cece2d
commit eb7b2a57b2
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
6 changed files with 18 additions and 6 deletions

View file

@ -21,7 +21,7 @@ in {
home = "/home/${username}";
group = username;
extraGroups = ["wheel"];
# TODO: Probably move this out into common
# FIXME: Move to common
openssh.authorizedKeys.keys = let
configName' =
args.configurationName
@ -38,6 +38,7 @@ in {
security.sudo.wheelNeedsPassword = false;
# When NetworkManager isn't in use, add tailscale DNS address manually
# FIXME: Move to common
networking = lib.mkIf (!nmEnabled && config.services.tailscale.enable && cfg.tailnet != null) {
nameservers = [
"100.100.100.100"

View file

@ -29,6 +29,7 @@
username = lib.mkDefault username;
};
# FIXME: Move to common
services.tailscale.enable = true;
networking.hostName = lib.mkDefault (