This commit is contained in:
alex 2024-02-28 17:51:27 -05:00
parent 08630bb304
commit c94aa78113
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [ git ]; packages = with pkgs; [ git ];
}; };
# Used for samba
matson = { matson = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ ]; extraGroups = [ ];
@ -45,6 +46,7 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
magic-wormhole magic-wormhole
ncdu
nfs-utils nfs-utils
vim vim
wireguard-tools wireguard-tools