wip
This commit is contained in:
@@ -9,19 +9,9 @@
|
||||
includes = [
|
||||
<modules/raspberry-pi/5>
|
||||
<modules/services/traefik>
|
||||
<modules/services/home-assistant>
|
||||
];
|
||||
nixos = {
|
||||
users.users = {
|
||||
doloro = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"docker"
|
||||
];
|
||||
initialPassword = "meowmeowmeow";
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "nixos-001-rp5";
|
||||
|
||||
networking.firewall = {
|
||||
|
||||
Reference in New Issue
Block a user