remove some vestigial configs
[~bandali/configs] / .config / guix / system / chaman.scm
diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm
deleted file mode 100644 (file)
index 390b65f..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-;; This is an operating system configuration generated
-;; by the graphical installer.
-
-(use-modules (gnu))
-(use-service-modules desktop networking ssh xorg)
-
-(operating-system
-  (locale "en_CA.utf8")
-  (timezone "America/Toronto")
-  (keyboard-layout
-    (keyboard-layout "us" "altgr-intl"))
-  (bootloader
-    (bootloader-configuration
-      (bootloader grub-bootloader)
-      (target "/dev/sda")
-      (keyboard-layout keyboard-layout)))
-  (mapped-devices
-    (list (mapped-device
-            (source
-              (uuid "3d9d579d-3626-4fb2-9c16-beae804f1cf9"))
-            (target "groot")
-            (type luks-device-mapping))))
-  (file-systems
-    (cons* (file-system
-             (mount-point "/")
-             (device "/dev/mapper/groot")
-             (type "ext4")
-             (dependencies mapped-devices))
-           %base-file-systems))
-  (host-name "chaman")
-  (users (cons* (user-account
-                  (name "bandali")
-                  (comment "")
-                  (group "users")
-                  (home-directory "/home/bandali")
-                  (supplementary-groups
-                    '("wheel" "netdev" "audio" "video")))
-                %base-user-accounts))
-  (packages
-    (append
-      (list (specification->package "nss-certs"))
-      %base-packages))
-  (services
-    (append
-      (list (service xfce-desktop-service-type)
-            (service openssh-service-type)
-            (set-xorg-configuration
-              (xorg-configuration
-                (keyboard-layout keyboard-layout))))
-      %desktop-services)))