Fix /persist hack
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
systemConfiguration = {
|
||||
systemConfiguration = { config, ... }: {
|
||||
isNormalUser = true;
|
||||
# TODO: Don't hard-code `persist`. Use
|
||||
# config.sydnix.impermanence.persistGroupName.
|
||||
extraGroups = [ "wheel" "persist" ];
|
||||
# Change this immediately after installation!
|
||||
initialPassword = "password123";
|
||||
|
||||
Reference in New Issue
Block a user