My Nix Config
Resources I used the most (alphabetically):
EmergentMind/nix-config
KonradMalik/dotfiles
Vimjoyer on YT
Hostname
Year
System
CPU
Graphics
Memory
Role
Desktop
Blade
2019
Razer Blade 15
i7-8750H
RTX 2070
16 GB
Gaming Laptop
Gnome
Hermes
2018
Raspberry Pi 4 Model B
ARM Coretex-A72
VideoCore VI
4 GB
Tailscale Exit Node
Headless
iNix
2014
iMac
i5-4570
GT 755M
8 GB
Desktop
Cinnamon
Kratos
2024
Gigabyte Aorus 17X
i9-14900HX
RTX4090
32 GB
Gaming Laptop
Hyprland
Kronos
2016
Lenovo M700 Desktop Tiny
i7-6700T
i915
16 GB
Mini Server
Headless
Nixbook
2014
Acer CB3-431
N3160
i915
4 GB
Laptop
Hyprland
Hostname
Year
System
CPU
Graphics
Memory
Role
Desktop
raspberrypi
2016
Raspberry Pi 3 B
ARM Cortex-A53
VideoCore IV
1 GB
Tailscale Exit Node
Headless
Nix-Secrets Configuration
This contains basic outputs such as primaryUsername, email.user and email.github, NAS info (nfsClient.server for hostname, nfsClient.shares for shares), etc.
This contains my user password hashs, private ssh keys, etc.
https://noogle.dev/f/lib/modules/mkAliasOptionModule#aliases
Push current to dev branch (creates if needed):
git push origin HEAD:refs/heads/dev
Note: You can also use HEAD~2 to skip the last 2 local commits.
User Options: hostSpec.users.* (submodule)
Variable
Default
Description
primary.username
The primary username of the host
primary.fullName
The full name of the primary user
primary.handle
The handle of the user (eg: github user)
primary.home
/home/${primary.username}
The home directory of the primary user
primary.email
The email addresses of the primary user
secondary.enable
false
Whether to enable the secondary user
secondary.username
The secondary username of the host
secondary.fullName
The full name of the secondary user
secondary.home
/home/${secondary.username}
The home directory of the secondary user
users
[primary.username] ++ optional secondary
List of all usernames on the host
Variable
Default
Description
hostName
The hostname of the host
domain
localdomain
The domain of the host
fsBtrfs
true
Indicates btrfs is used
hasNvidia
false
Indicate host has Nvidia graphics
Role options: hostSpec.role.* (submodule)
Variable
Default
Description
type
"server"
The primary role of the host (server, workstation)
gaming
false
Enable gaming features
Variable
Default
Description
podman
false
Installs podman
ollama
false
Installs ollama
nfsClient.enable
false
Whether to map NFS shares
nfsClient.server
NFS server address
nfsClient.shares
[ ]
NFS share names to map
nfsClient.mountBase
/mnt/nfs
Base directory for NFS mounts
nfsClient.options
[...]
NFS mount options
Desktop options: hostSpec.desktop.* (submodule)
Variable
Default
Description
displayManager
"sddm"
The display manager to use (sddm, gdm, lightdm)
hyprland.enable
false
Enable Hyprland desktop environment
gnome.enable
false
Enable GNOME desktop environment
cinnamon.enable
false
Enable Cinnamon desktop environment