hyprland stream-boxes

This commit is contained in:
Sascha Koenig
2025-05-21 14:23:59 +02:00
parent e1719204e9
commit 8c9860674b
5 changed files with 110 additions and 129 deletions

View File

@ -9,42 +9,6 @@
services.cloud-init = {
enable = true;
network.enable = true;
settings = {
system_info = {
distro = "nixos";
network = {
renderers = ["networkd"];
};
default_user = {
name = "ops";
};
};
users = ["default"];
ssh_pwauth = false;
chpasswd = {
expire = false;
};
cloud_init_modules = [
"migrator"
"seed_random"
"growpart"
"resizefs"
];
cloud_config_modules = [
"disk_setup"
"mounts"
"set-passwords"
"ssh"
];
cloud_final_modules = [];
};
};
users.users.root.initialPassword = "nixos";
@ -54,7 +18,6 @@
};
networking = {
useDHCP = false;
useNetworkd = true;
firewall.enable = true;
};