Compare commits
2 commits
e2cc3f5f34
...
c1a8a9ba60
Author | SHA1 | Date | |
---|---|---|---|
Ryan Schanzenbacher | c1a8a9ba60 | ||
Ryan Schanzenbacher | ef0b451a5a |
|
@ -3,7 +3,7 @@
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"d43b53c476b4e9322b31274b788e851d37e72302")
|
"40e78353a4699b8edb6600d82df648914c9110b9")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://gitlab.com/nonguix/nonguix")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"1a3082c574077aaf6771ff927e725fc390a2d531")
|
"bb184bd0a8f91beec3a00718759e96c7828853de")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
(url "https://codeberg.org/hako/rosenthal.git")
|
(url "https://codeberg.org/hako/rosenthal.git")
|
||||||
(branch "trunk")
|
(branch "trunk")
|
||||||
(commit
|
(commit
|
||||||
"129ca6fe164bf8b5a37357bab8c5229b611f1df2")
|
"58ad8f96b670fd58c474d188be7ae8fa0840b791")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"7677db76330121a901604dfbad19077893865f35"
|
"7677db76330121a901604dfbad19077893865f35"
|
||||||
|
|
|
@ -61,12 +61,14 @@ copy_and_prepare() {
|
||||||
# Install the non-guix signing keys
|
# Install the non-guix signing keys
|
||||||
echo "Installing non-guix signing keys for substitutes..."
|
echo "Installing non-guix signing keys for substitutes..."
|
||||||
curl -o sign-key.pub https://substitutes.nonguix.org/signing-key.pub
|
curl -o sign-key.pub https://substitutes.nonguix.org/signing-key.pub
|
||||||
|
curl -o sign-key-r.pub http://129.21.92.78:8000/signing-key.pub
|
||||||
guix archive --authorize < sign-key.pub
|
guix archive --authorize < sign-key.pub
|
||||||
|
guix archive --authorize < sign-key-r.pub
|
||||||
}
|
}
|
||||||
|
|
||||||
install_system() {
|
install_system() {
|
||||||
echo "Beginning install!"
|
echo "Beginning install!"
|
||||||
guix time-machine -C ./channels.scm -- system -L ./modules --substitute-urls='https://substitutes.nonguix.org https://bordeaux.guix.gnu.org https://ci.guix.gnu.org' init $install_hostname.scm /mnt
|
guix time-machine -C ./channels.scm -- system -L ./modules --substitute-urls='https://substitutes.nonguix.org https://bordeaux.guix.gnu.org https://ci.guix.gnu.org http://129.21.92.78:8080' init $install_hostname.scm /mnt
|
||||||
}
|
}
|
||||||
|
|
||||||
install_user_env() {
|
install_user_env() {
|
||||||
|
@ -90,4 +92,4 @@ install_system
|
||||||
install_user_env
|
install_user_env
|
||||||
|
|
||||||
# Reboot the machine at this point!
|
# Reboot the machine at this point!
|
||||||
reboot
|
#reboot
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 30,
|
"height": 30,
|
||||||
|
|
||||||
"modules-left": ["wlr/workspaces", "hyprland/submap"],
|
"modules-left": ["hyprland/workspaces", "hyprland/submap"],
|
||||||
"modules-center": ["hyprland/window"],
|
"modules-center": ["hyprland/window"],
|
||||||
"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "bluetooth", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "bluetooth", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
||||||
"hyprland/submap": {
|
"hyprland/submap": {
|
||||||
|
|
Loading…
Reference in a new issue