Finish getting bastion back on track
This commit is contained in:
parent
f626e4b16c
commit
ba98bec371
1 changed files with 18 additions and 18 deletions
|
@ -4,41 +4,41 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
# Core Features
|
||||
../../features/base.nix
|
||||
../../features/tui-apps.nix
|
||||
../../features/openssh-server.nix
|
||||
../../nixos/features/base.nix
|
||||
../../nixos/features/tui-apps.nix
|
||||
../../nixos/features/openssh-server.nix
|
||||
|
||||
# Core Tweaks
|
||||
../../tweaks/zram.nix
|
||||
../../tweaks/enable_flakes.nix
|
||||
../../tweaks/disable_nixos_user.nix
|
||||
../../tweaks/systemd-resolved_nonsense.nix
|
||||
../../nixos/tweaks/zram.nix
|
||||
../../nixos/tweaks/enable_flakes.nix
|
||||
../../nixos/tweaks/disable_nixos_user.nix
|
||||
../../nixos/tweaks/systemd-resolved_nonsense.nix
|
||||
|
||||
# Dotspace
|
||||
../../secrets/dotspace.nix
|
||||
../../secrets/dotspace_shares.nix
|
||||
../../features/stronghold-binary-cache.nix
|
||||
../../nixos/features/stronghold-binary-cache.nix
|
||||
|
||||
# Users
|
||||
../../users/lauren_lagarde/lauren_lagarde.nix
|
||||
../../users/ashley_funkhouser/ashley_funkhouser.nix
|
||||
|
||||
# Bastion Features
|
||||
../../features/hardware/yubikey.nix
|
||||
../../features/networking/networkd-br0.nix
|
||||
../../features/virtualization/dockge.nix
|
||||
../../features/virtualization/docker.nix
|
||||
../../features/virtualization/libvirt-host.nix
|
||||
../../nixos/features/hardware/yubikey.nix
|
||||
../../nixos/features/networking/networkd-br0.nix
|
||||
../../nixos/features/virtualization/dockge.nix
|
||||
../../nixos/features/virtualization/docker.nix
|
||||
../../nixos/features/virtualization/libvirt-host.nix
|
||||
|
||||
# Bastion Tweaks
|
||||
../../tweaks/zfs.nix
|
||||
../../tweaks/disable_firewall.nix
|
||||
../../nixos/tweaks/zfs.nix
|
||||
../../nixos/tweaks/disable_firewall.nix
|
||||
|
||||
# Bastion IRL
|
||||
../../features/gpu/intel.nix
|
||||
../../tweaks/powersave.nix
|
||||
../../nixos/features/gpu/intel.nix
|
||||
../../nixos/tweaks/powersave.nix
|
||||
|
||||
../../features/frigate-mpv-cage.nix
|
||||
../../nixos/features/frigate-mpv-cage.nix
|
||||
];
|
||||
|
||||
##############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue