change name
This commit is contained in:
parent
3767b37bbf
commit
1542f840dc
16 changed files with 53 additions and 55 deletions
|
@ -27,7 +27,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
home-manager.users.victor = import ./home;
|
||||
home-manager.users.vivian = import ./home;
|
||||
|
||||
# Enable Ozone rendering for Chromium and Electron apps.
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
tctiEnvironment.enable = true;
|
||||
};
|
||||
}; # TPM2TOOLS_TCTI and TPM2_PKCS11_TCTI env variables
|
||||
users.users.victor.extraGroups = [ "tss" ]; # tss group has access to TPM devices
|
||||
users.users.vivian.extraGroups = [ "tss" ]; # tss group has access to TPM devices
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue