Encrypted root VM testing
This commit is contained in:
parent
4befc47285
commit
4ebb7a41ff
6 changed files with 49 additions and 9 deletions
|
@ -1,18 +1,18 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
# Core Features
|
||||
../features/base.nix
|
||||
../features/tui-apps.nix
|
||||
../features/openssh-server.nix
|
||||
../../features/base.nix
|
||||
../../features/tui-apps.nix
|
||||
../../features/openssh-server.nix
|
||||
|
||||
# Core Tweaks
|
||||
../tweaks/zram.nix
|
||||
../tweaks/enable_flakes.nix
|
||||
../tweaks/disable_nixos_user.nix
|
||||
../tweaks/systemd-resolved_nonsense.nix
|
||||
../../tweaks/zram.nix
|
||||
../../tweaks/enable_flakes.nix
|
||||
../../tweaks/disable_nixos_user.nix
|
||||
../../tweaks/systemd-resolved_nonsense.nix
|
||||
|
||||
# Lauren Base
|
||||
../users/lauren_lagarde/lauren_lagarde.nix
|
||||
../../users/lauren_lagarde/lauren_lagarde.nix
|
||||
|
||||
# Dotspace
|
||||
../../secrets/dotspace.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue