Large refactor to clean up flake.nix
This commit is contained in:
parent
916595caa3
commit
67f0d12fc4
11 changed files with 206 additions and 362 deletions
|
@ -1,6 +1,4 @@
|
|||
# sudo nix run 'github:nix-community/disko/latest#disko-install' -- --flake .#$TARGET_HOSTNAME --disk nvme0n1 /dev/nvme0n1
|
||||
# tar -xvf /Parlor/Lauren/mlaga97-nixos.tar.zst; sudo nixos-rebuild switch --flake mlaga97-nixos?submodules=1#$HOSTNAME
|
||||
{ config, pkgs, ... }: {
|
||||
{ inputs, config, pkgs, ... }: {
|
||||
# System Info:
|
||||
# - Model: Dell Latitude 5591
|
||||
# - CPU: Intel Core i7-8850H (6C/12T, Passmark: 2369/10147)
|
||||
|
@ -8,7 +6,20 @@
|
|||
# - Storage:
|
||||
# - Toshiba KXG60ZNV512G 512GB NVMe SSD
|
||||
|
||||
networking.hostName = "ll-latitude-e5591";
|
||||
networking.hostId = "f55542ee";
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
time.timeZone = "America/Chicago";
|
||||
sops.defaultSopsFile = ../../secrets.yaml;
|
||||
|
||||
imports = [
|
||||
inputs.waveforms.nixosModule
|
||||
inputs.disko.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.lix-module.nixosModules.default
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
# Core Features
|
||||
../../nixos/features/base.nix
|
||||
../../nixos/features/tui-apps.nix
|
||||
|
@ -46,6 +57,7 @@
|
|||
../../nixos/features/gpu/intel.nix
|
||||
../../nixos/features/systemd-boot.nix
|
||||
../../nixos/features/factorio.nix
|
||||
../../nixos/disko/nvme/uefi-luks-lvm-ext4.nix
|
||||
];
|
||||
|
||||
specialisation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue