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