Compare commits
1 Commits
5bcfe2dc8b
...
aeee74c4ad
| Author | SHA1 | Date | |
|---|---|---|---|
| aeee74c4ad |
@@ -54,7 +54,8 @@
|
|||||||
sysconfig = {
|
sysconfig = {
|
||||||
users = {
|
users = {
|
||||||
nathan = {
|
nathan = {
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
isSuperuser = true;
|
||||||
|
extraGroups = [ "networkmanager" ];
|
||||||
ssh.keys = [
|
ssh.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop"
|
||||||
];
|
];
|
||||||
@@ -62,6 +63,7 @@
|
|||||||
hashedPasswordFile = config.sops.secrets."nathan/pass".path;
|
hashedPasswordFile = config.sops.secrets."nathan/pass".path;
|
||||||
home-manager = {
|
home-manager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
standalone = false;
|
||||||
extraModules = [
|
extraModules = [
|
||||||
{
|
{
|
||||||
homeconfig = {
|
homeconfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user