summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-20 19:17:24 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-20 19:17:24 -0400
commit86063f884e331a2fb760d072fb5f1f04526dc8a2 (patch)
tree9d7d2b405efece37136eed61f5c3140f5a230638
parentba85c97be1b52e4a3711f39a11c49b77bf20299a (diff)
Update izanagi config.
-rw-r--r--izanagi.scm11
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)