all repos — dotfiles @ cda385749580cb2f1154d20fd57aabd9b015603d

my *nix dotfiles

nix/{denna,iso,sini}: add nfs-utils
Anirudh Oppiliappan x@icyphox.sh
Thu, 01 Aug 2024 12:59:31 +0300
commit

cda385749580cb2f1154d20fd57aabd9b015603d

parent

893ca88eff9f86138c5f6a310ec40aac55ab59f2

3 files changed, 3 insertions(+), 0 deletions(-)

jump to
M hosts/denna/configuration.nixhosts/denna/configuration.nix

@@ -74,6 +74,7 @@ environment.systemPackages = with pkgs; [

vim wget git + nfs-utils ]; services = {
M hosts/iso/configuration.nixhosts/iso/configuration.nix

@@ -74,6 +74,7 @@ environment.systemPackages = with pkgs; [

vim wget git + nfs-utils ]; services = {
M hosts/sini/configuration.nixhosts/sini/configuration.nix

@@ -75,6 +75,7 @@ environment.systemPackages = with pkgs; [

vim wget git + nfs-utils ]; services = {