Make system config for ll-latitude-e5591 build again
This commit is contained in:
parent
83a6b1c73c
commit
701cff5566
|
@ -115,8 +115,8 @@
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
||||||
./systems/ll-latitude-e5591.nix
|
./systems/ll-latitude-e5591/configuration.nix
|
||||||
./disko/nvme/uefi-luks-lvm-ext4.nix
|
./nixos/disko/nvme/uefi-luks-lvm-ext4.nix
|
||||||
|
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
sudo nixos-rebuild switch --flake .?submodules=1#$HOSTNAME
|
|
@ -3,42 +3,42 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, 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
|
||||||
|
|
||||||
# Lauren Base
|
# Lauren Base
|
||||||
../users/lauren_lagarde/lauren_lagarde.nix
|
../../users/lauren_lagarde/lauren_lagarde.nix
|
||||||
|
|
||||||
# i3wm
|
# i3wm
|
||||||
../features/i3wm.nix
|
../../nixos/features/i3wm.nix
|
||||||
../features/hardware/yubikey.nix
|
../../nixos/features/hardware/yubikey.nix
|
||||||
../tweaks/bluetooth.nix
|
../../nixos/tweaks/bluetooth.nix
|
||||||
../tweaks/intel_igpu_screen_tearing.nix
|
../../nixos/tweaks/intel_igpu_screen_tearing.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
|
||||||
|
|
||||||
# Additional Software
|
# Additional Software
|
||||||
../features/embedded.nix
|
../../nixos/features/embedded.nix
|
||||||
../features/hardware/rtl-sdr.nix
|
../../nixos/features/hardware/rtl-sdr.nix
|
||||||
../features/hardware/printing.nix
|
../../nixos/features/hardware/printing.nix
|
||||||
../tweaks/aarch64-crosscompile.nix
|
../../nixos/tweaks/aarch64-crosscompile.nix
|
||||||
../features/virtualization/docker.nix
|
../../nixos/features/virtualization/docker.nix
|
||||||
../features/virtualization/libvirt-host.nix
|
../../nixos/features/virtualization/libvirt-host.nix
|
||||||
|
|
||||||
# ll-latitude-e5591
|
# ll-latitude-e5591
|
||||||
../features/gpu/intel.nix
|
../../nixos/features/gpu/intel.nix
|
||||||
../features/systemd-boot.nix
|
../../nixos/features/systemd-boot.nix
|
||||||
../features/factorio.nix
|
../../nixos/features/factorio.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
specialisation = {
|
specialisation = {
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
system.nixos.tags = [ "nvidia" ];
|
system.nixos.tags = [ "nvidia" ];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../features/gpu/nvidia.nix
|
../../nixos/features/gpu/nvidia.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.nvidia.prime = {
|
hardware.nvidia.prime = {
|
||||||
|
|
Loading…
Reference in New Issue