mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Merge branch 'main' into 'encryption'
# Conflicts: # install.sh
This commit is contained in:
commit
9bd8cd7780
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
This installer does the following at it's core:
|
This installer does the following at it's core:
|
||||||
|
|
||||||
- Partition the drive of your choice
|
- Partition the drive of your choice
|
||||||
- Encrypts the installation
|
|
||||||
- Installs a base of NixOS
|
- Installs a base of NixOS
|
||||||
|
|
||||||
Tested on the following drives:
|
Tested on the following drives:
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
thunderbird
|
thunderbird
|
||||||
firefox
|
firefox
|
||||||
fish
|
fish
|
||||||
|
tilix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the OpenSSH daemon
|
# Enable the OpenSSH daemon
|
||||||
|
@ -50,6 +51,9 @@
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
services.xserver.desktopManager.gnome.enable = true;
|
services.xserver.desktopManager.gnome.enable = true;
|
||||||
|
|
||||||
|
# Disable GNOME applications
|
||||||
|
environment.gnome.excludePackages = [ pkgs.gnome.cheese pkgs.gnome-photos pkgs.gnome.gnome-music pkgs.gnome.gnome-terminal pkgs.gnome.gedit pkgs.epiphany pkgs.evince pkgs.gnome.gnome-characters pkgs.gnome.totem pkgs.gnome.tali pkgs.gnome.iagno pkgs.gnome.hitori pkgs.gnome.atomix pkgs.gnome-tour pkgs.gnome.geary ];
|
||||||
|
|
||||||
# System
|
# System
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
system.autoUpgrade.allowReboot = true;
|
system.autoUpgrade.allowReboot = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue