Testing VM

This commit is contained in:
2026-03-07 14:17:56 +01:00
parent 6153ecdd0b
commit acdc0b2394
4 changed files with 296 additions and 293 deletions
+292 -291
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -418,9 +418,10 @@ The Nix flake definition for Droidnix.
This is the default user, just search and replace henrov another name if you want to change
#+BEGIN_SRC nix :tangle assets/flake/users/henrov.nix :noweb tangle :mkdirp yes :eval never-html
{ system, ... }:
users.users.henrov =
{
username = "henrov";
password = "henrov";
hashedPassword = "$6$jAGyXvcVkJxQhY9y$wZObQV9DR8AS4FSzO3GviOmSdMu9bX7ckUqj4DyFcZlX5sStmxkIv8OE7N9cbS5qksDfxBQQGLGHtjzMKGecI1";
homeDirectory = "/home/henrov";
stateVersion = "25.11";
locale = "nl_NL.UTF-8";
+2 -1
View File
@@ -1,7 +1,8 @@
{ system, ... }:
users.users.henrov =
{
username = "henrov";
password = "henrov";
hashedPassword = "$6$jAGyXvcVkJxQhY9y$wZObQV9DR8AS4FSzO3GviOmSdMu9bX7ckUqj4DyFcZlX5sStmxkIv8OE7N9cbS5qksDfxBQQGLGHtjzMKGecI1";
homeDirectory = "/home/henrov";
stateVersion = "25.11";
locale = "nl_NL.UTF-8";
Binary file not shown.