snowfall migration wip homepc done
This commit is contained in:
parent
ed08a98651
commit
25774148e4
37 changed files with 1943 additions and 1447 deletions
|
|
@ -11,27 +11,7 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [./hardware-configuration.nix];
|
||||
|
||||
# Enable Bootloader (EFI or BIOS)
|
||||
#system.boot.efi.enable = true;
|
||||
#system.boot.bios.enable = true;
|
||||
|
||||
# Better battery life on laptops
|
||||
# system.battery.enable = true;
|
||||
|
||||
# suites.desktop.enable = true;
|
||||
# suites.development.enable = true;
|
||||
|
||||
# suites.server.enable = true;
|
||||
|
||||
# Nvidia Drivers
|
||||
# hardware.nvidia.enable = true;
|
||||
|
||||
# Add packages (custom for ones in these dotfiles)
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# ${namespace}.package
|
||||
# ];
|
||||
facter.reportPath = ./facter.json;
|
||||
|
||||
# ======================== DO NOT CHANGE THIS ========================
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue