mirror of https://codeberg.org/anemofilia/zero
Compare commits
2 Commits
e7af051da4
...
f3146db447
Author | SHA1 | Date |
---|---|---|
Luis Guilherme Coelho | f3146db447 | |
Luis Guilherme Coelho | 0b4754e6aa |
|
@ -170,7 +170,7 @@
|
||||||
#|messaging|# senpai))
|
#|messaging|# senpai))
|
||||||
|
|
||||||
(define password
|
(define password
|
||||||
(list #|password-utils|# keepassxc password-store tessen))
|
(list #|password-utils|# password-store tessen))
|
||||||
|
|
||||||
(define reading
|
(define reading
|
||||||
(list #|pdf |# sioyek/wayland
|
(list #|pdf |# sioyek/wayland
|
||||||
|
|
|
@ -37,7 +37,10 @@
|
||||||
(mount-point "/run")
|
(mount-point "/run")
|
||||||
(check? #f)
|
(check? #f)
|
||||||
(needed-for-boot? #t)
|
(needed-for-boot? #t)
|
||||||
(options "mode=0755"))
|
(flags '(no-dev strict-atime))
|
||||||
|
(options (format #f "mode=0755,~
|
||||||
|
nr_inodes=800k,~
|
||||||
|
size=20%")))
|
||||||
|
|
||||||
#|tmp|#
|
#|tmp|#
|
||||||
(file-system
|
(file-system
|
||||||
|
@ -110,7 +113,10 @@
|
||||||
(mount-point "/var/run")
|
(mount-point "/var/run")
|
||||||
(check? #f)
|
(check? #f)
|
||||||
(needed-for-boot? #t)
|
(needed-for-boot? #t)
|
||||||
(options "mode=0755"))
|
(flags '(no-dev strict-atime))
|
||||||
|
(options (format #f "mode=0755,~
|
||||||
|
nr_inodes=800k,~
|
||||||
|
size=20%")))
|
||||||
|
|
||||||
#|swap|#
|
#|swap|#
|
||||||
(file-system
|
(file-system
|
||||||
|
|
Loading…
Reference in New Issue