hyprland stream-boxes
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user