Rename directories for better organization
This commit is contained in:
parent
9d1bd2941f
commit
de8301ba4a
47 changed files with 52 additions and 52 deletions
32
hosts/lithium.nix
Normal file
32
hosts/lithium.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
system.stateVersion = 24.05;
|
||||
networking.hostName = "lithium";
|
||||
|
||||
custom.home_wg_suffix = "3";
|
||||
system.autoUpgrade.allowReboot = lib.mkForce false;
|
||||
# boot.kernelParams = [ "resume_offset=39292928" ];
|
||||
|
||||
imports = [
|
||||
../shared/base.nix
|
||||
|
||||
../personal/desktop.nix
|
||||
../personal/development.nix
|
||||
|
||||
../personal/hardware/hibernate.nix
|
||||
../personal/hardware/intel-laptop.nix
|
||||
../personal/hardware/onlykey.nix
|
||||
|
||||
../personal/networking/home-wg.nix
|
||||
../personal/networking/printing.nix
|
||||
|
||||
../personal/programs/bitwarden.nix
|
||||
../personal/programs/communication.nix
|
||||
../personal/programs/firefox.nix
|
||||
../personal/programs/i3.nix
|
||||
../personal/programs/moonlight.nix
|
||||
../personal/programs/redshift.nix
|
||||
../personal/programs/study.nix
|
||||
../personal/programs/usb-automount.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue