operating-systems: buer: Define the buer operating-system

pull/1/head
Luis Guilherme Coelho 2023-12-30 11:53:32 -03:00
parent 619835ad12
commit 36aa98d445
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 246 additions and 243 deletions

View File

@ -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