revert tart agent sandbox sway idea
All checks were successful
CI / check (push) Successful in 3m34s
All checks were successful
CI / check (push) Successful in 3m34s
This commit is contained in:
@@ -13,23 +13,6 @@
|
|||||||
|
|
||||||
networking.hostName = "tart-agent-sandbox";
|
networking.hostName = "tart-agent-sandbox";
|
||||||
|
|
||||||
# Enable sway desktop
|
|
||||||
roles.desktop = {
|
|
||||||
enable = true;
|
|
||||||
wayland = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Auto-login to sway (no display manager)
|
|
||||||
services.greetd = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
default_session = {
|
|
||||||
command = "${pkgs.sway}/bin/sway";
|
|
||||||
user = "agent";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# SSH access from host
|
# SSH access from host
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -43,7 +26,7 @@
|
|||||||
users.users.agent = {
|
users.users.agent = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Agent sandbox user";
|
description = "Agent sandbox user";
|
||||||
extraGroups = [ "wheel" "docker" "video" "input" ];
|
extraGroups = [ "wheel" "docker" ];
|
||||||
initialPassword = "agent";
|
initialPassword = "agent";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
# Add your SSH public key here for passwordless access
|
# Add your SSH public key here for passwordless access
|
||||||
|
|||||||
Reference in New Issue
Block a user