removing unneccessary use-modules
This change in the architecture allows for more code reuse. The base.scm file is for everything that is shared between machines. The syl.scm and kaladin.scm files are for specific changes to those systems.
This commit is contained in:
parent
e432241a74
commit
482c123e21
|
@ -25,12 +25,6 @@
|
|||
#:use-module (nongnu packages linux)
|
||||
#:use-module (nongnu system linux-initrd))
|
||||
|
||||
(use-service-modules cups desktop networking ssh xorg avahi
|
||||
admin base nix dbus pm audio virtualization sysctl)
|
||||
|
||||
(use-package-modules nfs certs shells ssh linux bash emacs gnome networking wm fonts glib libusb
|
||||
cups freedesktop file-systems version-control package-management)
|
||||
|
||||
(operating-system
|
||||
(inherit base-operating-system)
|
||||
(host-name "kaladin")
|
||||
|
|
|
@ -21,11 +21,6 @@
|
|||
#:use-module (nongnu packages linux)
|
||||
#:use-module (nongnu system linux-initrd))
|
||||
|
||||
(use-service-modules cups desktop networking ssh xorg avahi
|
||||
admin base nix dbus pm audio virtualization sysctl)
|
||||
|
||||
(use-package-modules nfs certs shells ssh linux bash emacs gnome networking wm fonts glib libusb
|
||||
cups freedesktop file-systems version-control package-management)
|
||||
(operating-system
|
||||
(inherit base-operating-system)
|
||||
(host-name "syl")
|
||||
|
|
Loading…
Reference in a new issue