.
This commit is contained in:
parent
f0de87fe68
commit
23b58233e3
2 changed files with 142 additions and 137 deletions
18
config.org
18
config.org
|
@ -24,15 +24,15 @@
|
|||
This is to be run after setting up the partitions.
|
||||
|
||||
#+begin_src sh :tangle sysinst.sh
|
||||
#!/bin/sh
|
||||
set euxo -pipefail
|
||||
mount /dev/disk/by-label/guix /mnt
|
||||
mkdir -p /mnt/boot/efi
|
||||
mount /dev/disk/by-label/EFI /mnt/boot/efi
|
||||
herd start cow-store /mnt
|
||||
guix pull -C./channels.scm
|
||||
hash guix
|
||||
guix system -L. init ./config.scm /mnt --substitute-urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org"
|
||||
#!/bin/sh
|
||||
set euxo -pipefail
|
||||
mount /dev/disk/by-label/guix /mnt
|
||||
mkdir -p /mnt/boot/efi
|
||||
mount /dev/disk/by-label/EFI /mnt/boot/efi
|
||||
herd start cow-store /mnt
|
||||
guix pull -C./channels.scm
|
||||
hash guix
|
||||
guix system -L. init ./config.scm /mnt --substitute-urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org"
|
||||
#+end_src
|
||||
|
||||
* Modules
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
;; Below is the list of Home services. To search for available
|
||||
;; services, run 'guix home search KEYWORD' in a terminal.
|
||||
(services
|
||||
(list
|
||||
(list
|
||||
(service home-shepherd-service-type)
|
||||
(service home-msmtp-service-type
|
||||
(home-msmtp-configuration
|
||||
|
@ -185,6 +185,11 @@
|
|||
(home-openssh-configuration
|
||||
(hosts
|
||||
(list
|
||||
(openssh-host
|
||||
(name "github.com")
|
||||
(host-name "github.com")
|
||||
(user "git")
|
||||
(identity-file "~/.ssh/personal_ed"))
|
||||
(openssh-host
|
||||
(name "www.opencode.net")
|
||||
(host-name "www.opencode.net")
|
||||
|
|
Loading…
Reference in a new issue