No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
2 changed files with
6 additions and
2 deletions
-
client/desktop.nix
-
machines/nfs/netinstaller.nix
|
|
@ -50,6 +50,7 @@ |
|
|
|
gnome.geary |
|
|
|
gnome.gnome-calendar |
|
|
|
gnome.gnome-contacts |
|
|
|
xterm |
|
|
|
]; |
|
|
|
|
|
|
|
programs.dconf = { |
|
|
@ -61,6 +62,9 @@ |
|
|
|
"org/gnome/desktop/interface".color-scheme = "prefer-dark"; |
|
|
|
|
|
|
|
"org/gnome/desktop/wm/keybindings".close = [ "<Super>q" ]; |
|
|
|
|
|
|
|
"org/gnome/settings-daemon/plugins/power".power-button-action = "shutdown"; |
|
|
|
"org/gnome/settings-daemon/plugins/power".sleep-inactive-ac-type = "nothing"; |
|
|
|
}; |
|
|
|
} |
|
|
|
]; |
|
|
|
|
|
@ -28,9 +28,9 @@ let |
|
|
|
--no-root-password \ |
|
|
|
--verbose |
|
|
|
|
|
|
|
# umount -R /mnt |
|
|
|
umount -R /mnt |
|
|
|
|
|
|
|
# reboot |
|
|
|
reboot |
|
|
|
''; |
|
|
|
|
|
|
|
ipxe-script = pkgs.writeText "boot-local.ipxe" '' |
|
|
|