diff options
Diffstat (limited to 'modules/home-config/base-system.scm')
-rw-r--r-- | modules/home-config/base-system.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/home-config/base-system.scm b/modules/home-config/base-system.scm index ad53316..842c28a 100644 --- a/modules/home-config/base-system.scm +++ b/modules/home-config/base-system.scm @@ -27,7 +27,9 @@ #:use-module (gnu services avahi) #:use-module (gnu services spice) #:use-module (gnu services virtualization) + #:use-module (home-services ntp) #:use-module (home-packages wm) + #:use-module (home-packages certs) #:use-module (home-packages virtualization)) (define %my-base-packages @@ -70,6 +72,7 @@ "sof-firmware" "intel-microcode" "alsa-utils" + "chrony" "swayidle" "dconf" "alacritty" @@ -121,7 +124,7 @@ "libpcap" "v4l2loopback-linux-module" "neovim")) - (list swaylock-effects-new virt-manager-new) + (list swaylock-effects-new virt-manager-new freya-ca-certs) %my-base-packages)) ;; Below is the list of system services. TO search for available @@ -145,6 +148,7 @@ (publish? #f) ;; do not advertise this machiene (publish-workstation? #f))) ; do not advertise, I want this to be as silent as possible (service docker-service-type) + ;(service chrony-sericve-type) (service nix-service-type) (service libvirt-service-type (libvirt-configuration |