Disable minimal profile

This commit is contained in:
Amanda Graven 2023-11-29 15:09:10 +01:00
parent b43a55bb9f
commit ed2a33f3a6
Signed by: amanda
GPG key ID: F747582C5608F4CB
12 changed files with 131 additions and 94 deletions

View file

@ -4,6 +4,7 @@
imports = [
./hardware-configuration.nix
../../common/configuration/nix.nix
../../common/configuration/documentation.nix
../../common/services/ssh.nix
../../common/services/tailscale.nix
../../common/users.nix

View file

@ -6,7 +6,7 @@
{
imports =
[ (modulesPath + "/profiles/qemu-guest.nix")
(modulesPath + "/profiles/minimal.nix")
#(modulesPath + "/profiles/minimal.nix")
#(modulesPath + "/profiles/hardened.nix")
];