kayla: let her set her own wallpaper, enable openssh for remote rebuilds
This commit is contained in:
parent
0e1c540cca
commit
d336d31824
1 changed files with 17 additions and 1 deletions
|
|
@ -31,9 +31,25 @@
|
|||
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
|
||||
# Remote admin: fred's keys (settings/users.nix) already include the gaming
|
||||
# PC, and fred has NOPASSWD sudo everywhere, so `ssh fred@FredOS-Kayla` +
|
||||
# `update` rebuilds her box without touching it. Keys only, no root.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
# stylix's qt target only speaks qtct and warns under Plasma; its kde
|
||||
# target already paints Qt apps via kdeglobals. Both HM users on this box.
|
||||
home-manager.sharedModules = [ { stylix.targets.qt.enable = false; } ];
|
||||
home-manager.sharedModules = [ {
|
||||
stylix.targets.qt.enable = false;
|
||||
# Colours yes, wallpaper no — she picks her own in Plasma's wallpaper
|
||||
# settings and it survives rebuilds.
|
||||
stylix.targets.kde.useWallpaper = false;
|
||||
} ];
|
||||
|
||||
home-manager.users.kayla = { ... }: {
|
||||
home.stateVersion = "25.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue