Compare commits

..

No commits in common. "66b05bc30af8369f01138c3409706b74dfca5ea4" and "ba24cee2435309ac019b39c8d9517066c75d2239" have entirely different histories.

2 changed files with 7 additions and 6 deletions

View File

@ -125,6 +125,9 @@
system.configurationRevision = self.shortRev or self.dirtyShortRev or "dirty"; system.configurationRevision = self.shortRev or self.dirtyShortRev or "dirty";
users.users.whovian = { users.users.whovian = {
# extraGroups = myWslGroups;
# See above "let" expression
# and/or look at "system/groups.nix"
openssh.authorizedKeys.keys = mySSHKeys; openssh.authorizedKeys.keys = mySSHKeys;
}; };
@ -174,11 +177,10 @@
isoImage = { isoImage = {
# Defaults # Defaults
isoName = "nixos-24.11.20240607.051f920-x86_64-linux.iso"; isoName = "nixos-24.11.20240607.051f920-x86_64-linux.iso";
# "iso-image.nix" says that it defaults to # "iso-image.nix" says that it defaults to "${config.isoImage.isoBaseName}.iso"
# "${config.isoImage.isoBaseName}.iso"
# "installation-cd-base.nix" seems to default it as # "installation-cd-base.nix" seems to default it as
# "${config.isoImage.isoBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.iso" # "${config.isoImage.isoBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.iso"
# "installation-cd-base.nix" seems to be the canonical here. # "installation-cd-base.nix" seems to be the canonical trust here.
isoBaseName = "nixos"; isoBaseName = "nixos";
# Defaults to config.system.nixos.distroId # Defaults to config.system.nixos.distroId
# config.system.nixos.distroId = "nixos" # config.system.nixos.distroId = "nixos"
@ -239,8 +241,8 @@
some conversation about this unchanged feature! ... some conversation about this unchanged feature! ...
17 years later! 17 years later!
*/ */
# Honestly unsure if I should be using `programs.zsh.envExtra` # Honestly unsure if I should be using `programs.zsh.envExtra` or
# or `programs.zsh.localVariables` here. # `programs.zsh.localVariables` here.
/* /*
localVariables = { localVariables = {
DISABLE_MAGIC_FUNCTIONS = true; DISABLE_MAGIC_FUNCTIONS = true;

View File

@ -105,7 +105,6 @@ in
pkgs.colorized-logs pkgs.colorized-logs
pkgs.croc pkgs.croc
pkgs.dhex pkgs.dhex
pkgs.doctl
pkgs.fd pkgs.fd
pkgs.file pkgs.file
pkgs.gdrive3 pkgs.gdrive3