operating-systems: buer: Define the buer operating-system
parent
619835ad12
commit
36aa98d445
|
@ -1,7 +1,8 @@
|
|||
#|Modules|#
|
||||
(define-module (radix operating-systems buer)
|
||||
#|GNU|#
|
||||
#:use-module (gnu)
|
||||
#:use-module ((gnu system) #:select (operating-system)
|
||||
#:prefix gnu:)
|
||||
|
||||
#|GNU packages|#
|
||||
#|A|# #:use-module (gnu packages admin)
|
||||
|
@ -54,8 +55,8 @@
|
|||
#|S|# #:use-module ((radix files substitute-keys) #:prefix public-key:)
|
||||
#|T|# #:use-module ((radix files thinkfan) #:prefix file:thinkfan-))
|
||||
|
||||
#|Operating system definition|#
|
||||
(operating-system
|
||||
(define operating-system
|
||||
(gnu:operating-system
|
||||
(host-name "buer")
|
||||
(timezone "America/Sao_Paulo")
|
||||
(locale "en_US.utf8")
|
||||
|
@ -318,4 +319,6 @@
|
|||
(sysctl-configuration
|
||||
(sysctl (file-append procps "/sbin/sysctl"))
|
||||
(settings `(("fs.protected_hardlinks" . "1")
|
||||
("fs.protected_symlinks" . "1"))))))))
|
||||
("fs.protected_symlinks" . "1")))))))))
|
||||
|
||||
operating-system
|
||||
|
|
Loading…
Reference in New Issue