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, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
# Core Features
|
# Core Features
|
||||||
../../features/base.nix
|
../../nixos/features/base.nix
|
||||||
../../features/tui-apps.nix
|
../../nixos/features/tui-apps.nix
|
||||||
../../features/openssh-server.nix
|
../../nixos/features/openssh-server.nix
|
||||||
|
|
||||||
# Core Tweaks
|
# Core Tweaks
|
||||||
../../tweaks/zram.nix
|
../../nixos/tweaks/zram.nix
|
||||||
../../tweaks/enable_flakes.nix
|
../../nixos/tweaks/enable_flakes.nix
|
||||||
../../tweaks/disable_nixos_user.nix
|
../../nixos/tweaks/disable_nixos_user.nix
|
||||||
../../tweaks/systemd-resolved_nonsense.nix
|
../../nixos/tweaks/systemd-resolved_nonsense.nix
|
||||||
|
|
||||||
# Dotspace
|
# Dotspace
|
||||||
../../secrets/dotspace.nix
|
../../secrets/dotspace.nix
|
||||||
../../secrets/dotspace_shares.nix
|
../../secrets/dotspace_shares.nix
|
||||||
../../features/stronghold-binary-cache.nix
|
../../nixos/features/stronghold-binary-cache.nix
|
||||||
|
|
||||||
# Users
|
# Users
|
||||||
../../users/lauren_lagarde/lauren_lagarde.nix
|
../../users/lauren_lagarde/lauren_lagarde.nix
|
||||||
../../users/ashley_funkhouser/ashley_funkhouser.nix
|
../../users/ashley_funkhouser/ashley_funkhouser.nix
|
||||||
|
|
||||||
# Bastion Features
|
# Bastion Features
|
||||||
../../features/hardware/yubikey.nix
|
../../nixos/features/hardware/yubikey.nix
|
||||||
../../features/networking/networkd-br0.nix
|
../../nixos/features/networking/networkd-br0.nix
|
||||||
../../features/virtualization/dockge.nix
|
../../nixos/features/virtualization/dockge.nix
|
||||||
../../features/virtualization/docker.nix
|
../../nixos/features/virtualization/docker.nix
|
||||||
../../features/virtualization/libvirt-host.nix
|
../../nixos/features/virtualization/libvirt-host.nix
|
||||||
|
|
||||||
# Bastion Tweaks
|
# Bastion Tweaks
|
||||||
../../tweaks/zfs.nix
|
../../nixos/tweaks/zfs.nix
|
||||||
../../tweaks/disable_firewall.nix
|
../../nixos/tweaks/disable_firewall.nix
|
||||||
|
|
||||||
# Bastion IRL
|
# Bastion IRL
|
||||||
../../features/gpu/intel.nix
|
../../nixos/features/gpu/intel.nix
|
||||||
../../tweaks/powersave.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