diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-20 19:17:24 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-20 19:17:24 -0400 |
commit | 86063f884e331a2fb760d072fb5f1f04526dc8a2 (patch) | |
tree | 9d7d2b405efece37136eed61f5c3140f5a230638 | |
parent | ba85c97be1b52e4a3711f39a11c49b77bf20299a (diff) |
Update izanagi config.
-rw-r--r-- | izanagi.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/izanagi.scm b/izanagi.scm index c5f93ce..ca42521 100644 --- a/izanagi.scm +++ b/izanagi.scm @@ -24,7 +24,8 @@ (gnu system nss) (gnu system linux-initrd)) (use-service-modules desktop) -(use-package-modules xfce wicd avahi xorg certs pulseaudio) +(use-package-modules admin avahi certs man less pulseaudio rsync ssh zip + wicd xfce xorg) (operating-system (host-name "izanagi") @@ -45,11 +46,11 @@ (name "dave") (comment "David Thompson") (group "users") - (supplementary-groups '("wheel" "netdev" "audio" "video")) + (supplementary-groups '("wheel" "netdev" "audio" + "video" "cdrom")) (home-directory "/home/dave")))) - (packages (cons* xfce xterm - wicd avahi pulseaudio - nss-certs + (packages (cons* avahi htop less man-db nss-certs openssh pulseaudio + wicd xfce xterm unzip rsync %base-packages)) (services %desktop-services) (name-service-switch %mdns-host-lookup-nss) |