Adding some info to the hosts section.
This commit is contained in:
parent
0d7b9f78a5
commit
5d72d0aba9
|
@ -1,6 +1,31 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
# This is nil.
|
||||
# Nil is my current personal machine. It is a AMD Thinkpad T14 G2 with the follow specs;
|
||||
#
|
||||
# Onboard Memory: 16 GB DDR4 3200MHz (Soldered) Note: This can support another stick of RAM.
|
||||
# Wireless: Realtek 8852AE 802.11AX (2 x 2) & Bluetooth® 5.2
|
||||
# Processor: AMD Ryzen™ 5 Pro 5650U Processor (2.30 GHz, up to 4.20 GHz Max Boost, 6 Cores, 12 Threads, 16 MB Cache)
|
||||
# Graphic Card: Integrated AMD Radeon™ Graphics
|
||||
# Battery: 3 Cell Li-Polymer 50Wh
|
||||
# Camera: IR & 720p HD
|
||||
# SSD: 128 GB PCIe SSD
|
||||
# Keyboard: US English
|
||||
# System Expansion Slots: Smart Card Reader
|
||||
# TPM Setting: Enabled Discrete TPM2.0
|
||||
# Display: 14.0" FHD (1920 x 1080) IPS, anti-glare, touchscreen with Privacy Guard, 500 nits
|
||||
#
|
||||
# Its formatted as follows
|
||||
# NAME TYPE MOUNTPOINT
|
||||
# nvme0n1 disk
|
||||
# ├─nvme0n1p1 part /boot
|
||||
# └─nvme0n1p2 part
|
||||
# └─crypt crypt /dev/mapper/root
|
||||
# └─partitions lvm
|
||||
# ├─swap swap /dev/partitions/swap
|
||||
# └─lvm_root lvm /dev/partitions/lvm_root
|
||||
# └─rpool zpool
|
||||
# ├─rpool/root zfs
|
||||
# ├─rpool/root/nixos zfs /
|
||||
# └─rpool/home zfs /home
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
|
|
Reference in New Issue
Block a user