alejandra?
This commit is contained in:
parent
63baacc410
commit
21d7561a56
17 changed files with 296 additions and 204 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
arduino
|
||||
firefox
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
networking.hostName = "NObcer";
|
||||
users.users.ssrov = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "dialout" ];
|
||||
extraGroups = ["dialout"];
|
||||
hashedPassword = "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue