Merge branch 'main' into 'encryption'

# Conflicts:
#   install.sh
This commit is contained in:
Aaron Honeycutt 2022-05-06 23:41:18 +00:00
commit 9bd8cd7780
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,6 @@
This installer does the following at it's core:
- Partition the drive of your choice
- Encrypts the installation
- Installs a base of NixOS
Tested on the following drives:

View file

@ -40,6 +40,7 @@
thunderbird
firefox
fish
tilix
];
# Enable the OpenSSH daemon
@ -50,6 +51,9 @@
services.xserver.displayManager.gdm.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.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;