aaaa
This commit is contained in:
parent
10efcda101
commit
6020657cc6
3 changed files with 6 additions and 2 deletions
|
@ -53,5 +53,6 @@
|
|||
ripgrep
|
||||
rsync
|
||||
zoxide
|
||||
tmux
|
||||
];
|
||||
}
|
||||
|
|
|
@ -23,4 +23,7 @@
|
|||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
# Make laura admin
|
||||
users.extraUsers.laura.extraGroups = [ "wheel" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue