Skip to content

Commit bd14f8e

Browse files
set user password!
1 parent 2cd5f85 commit bd14f8e

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

chromebox/chromebox3/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ rebuild:
2525
sudo nixos-rebuild switch --flake .
2626

2727
try:
28-
#nix run github:nix-community/nixos-anywhere -- --flake '.#chromebox3' --target-host root@chromebox3
29-
nix run github:nix-community/nixos-anywhere -- --flake '.#chromebox3' --target-host root@chromebox3
28+
nix run github:nix-community/nixos-anywhere -- --flake '.#chromebox3' --target-host root@172.16.40.63
29+
#nix run github:nix-community/nixos-anywhere -- --flake '.#chromebox3' --target-host root@chromebox3
3030

3131
gen_hardware:
3232
nix run github:numtide/nixos-anywhere -- -f '.#chromebox3' --generate-hardware-config nixos-generate-config ./hardware-configuration.nix

chromebox/chromebox3/configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
users.users.das = {
8484
isNormalUser = true;
8585
description = "das";
86+
password = "admin123";
8687
extraGroups = [ "wheel" "libvirtd" "docker" "kubernetes" ];
8788
packages = with pkgs; [
8889
];

chromebox/chromebox3/readme.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,42 @@ ossyNMMMNyMMhsssssssssssssshmmmhssssssso CPU: Intel Celeron 2955U (2) @ 1.400G
5353
boot = 1G
5454
lvm
5555
swap = 32G
56-
root = 100%
56+
root = 100%
57+
58+
```
59+
[das@chromebox3:~]$ neofetch
60+
▗▄▄▄ ▗▄▄▄▄ ▄▄▄▖ das@chromebox3
61+
▜███▙ ▜███▙ ▟███▛ --------------
62+
▜███▙ ▜███▙▟███▛ OS: NixOS 24.11.20250126.4e96537 (Vicuna) x86_64
63+
▜███▙ ▜██████▛ Host: GOOGLE Panther
64+
▟█████████████████▙ ▜████▛ ▟▙ Kernel: 6.6.72
65+
▟███████████████████▙ ▜███▙ ▟██▙ Uptime: 1 min
66+
▄▄▄▄▖ ▜███▙ ▟███▛ Packages: 406 (nix-system), 311 (nix-user)
67+
▟███▛ ▜██▛ ▟███▛ Shell: bash 5.2.37
68+
▟███▛ ▜▛ ▟███▛ Resolution: 3840x2160
69+
▟███████████▛ ▟██████████▙ Terminal: /dev/pts/0
70+
▜██████████▛ ▟███████████▛ CPU: Intel Celeron 2955U (2) @ 1.400GHz
71+
▟███▛ ▟▙ ▟███▛ GPU: Intel Haswell-ULT
72+
▟███▛ ▟██▙ ▟███▛ Memory: 1050MiB / 15873MiB
73+
▟███▛ ▜███▙ ▝▀▀▀▀
74+
▜██▛ ▜███▙ ▜██████████████████▛
75+
▜▛ ▟████▙ ▜████████████████▛
76+
▟██████▙ ▜███▙
77+
▟███▛▜███▙ ▜███▙
78+
▟███▛ ▜███▙ ▜███▙
79+
▝▀▀▀ ▀▀▀▀▘ ▀▀▀▘
80+
```
81+
82+
```
83+
[das@chromebox3:~]$ lsblk
84+
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
85+
sda 8:0 0 1.8T 0 disk
86+
├─sda1 8:1 0 1M 0 part
87+
├─sda2 8:2 0 512M 0 part /boot
88+
└─sda3 8:3 0 1.8T 0 part
89+
├─pool-atsCache 254:0 0 100G 0 lvm
90+
├─pool-root 254:1 0 1.5T 0 lvm /nix/store
91+
│ /
92+
├─pool-sftp 254:2 0 20G 0 lvm /tftp
93+
└─pool-swap 254:3 0 32G 0 lvm [SWAP]
94+
```

0 commit comments

Comments
 (0)