stash
This commit is contained in:
@@ -13,8 +13,9 @@
|
||||
description = "andromeda";
|
||||
hashedPasswordFile = builtins.toString config.age.secrets.andromeda-pw.path;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"networkmanager" # network configuration
|
||||
"wheel" # serial
|
||||
"dialout" # access to serial ports
|
||||
];
|
||||
};
|
||||
};
|
||||
@@ -41,7 +42,6 @@
|
||||
];
|
||||
files = [
|
||||
".bash_history"
|
||||
".brush_history"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user