Compare commits
No commits in common. "66b05bc30af8369f01138c3409706b74dfca5ea4" and "ba24cee2435309ac019b39c8d9517066c75d2239" have entirely different histories.
66b05bc30a
...
ba24cee243
2 changed files with 7 additions and 6 deletions
12
flake.nix
12
flake.nix
|
@ -125,6 +125,9 @@
|
|||
system.configurationRevision = self.shortRev or self.dirtyShortRev or "dirty";
|
||||
|
||||
users.users.whovian = {
|
||||
# extraGroups = myWslGroups;
|
||||
# See above "let" expression
|
||||
# and/or look at "system/groups.nix"
|
||||
openssh.authorizedKeys.keys = mySSHKeys;
|
||||
};
|
||||
|
||||
|
@ -174,11 +177,10 @@
|
|||
isoImage = {
|
||||
# Defaults
|
||||
isoName = "nixos-24.11.20240607.051f920-x86_64-linux.iso";
|
||||
# "iso-image.nix" says that it defaults to
|
||||
# "${config.isoImage.isoBaseName}.iso"
|
||||
# "iso-image.nix" says that it defaults to "${config.isoImage.isoBaseName}.iso"
|
||||
# "installation-cd-base.nix" seems to default it as
|
||||
# "${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";
|
||||
# Defaults to config.system.nixos.distroId
|
||||
# config.system.nixos.distroId = "nixos"
|
||||
|
@ -239,8 +241,8 @@
|
|||
some conversation about this unchanged feature! ...
|
||||
17 years later!
|
||||
*/
|
||||
# Honestly unsure if I should be using `programs.zsh.envExtra`
|
||||
# or `programs.zsh.localVariables` here.
|
||||
# Honestly unsure if I should be using `programs.zsh.envExtra` or
|
||||
# `programs.zsh.localVariables` here.
|
||||
/*
|
||||
localVariables = {
|
||||
DISABLE_MAGIC_FUNCTIONS = true;
|
||||
|
|
|
@ -105,7 +105,6 @@ in
|
|||
pkgs.colorized-logs
|
||||
pkgs.croc
|
||||
pkgs.dhex
|
||||
pkgs.doctl
|
||||
pkgs.fd
|
||||
pkgs.file
|
||||
pkgs.gdrive3
|
||||
|
|
Loading…
Reference in a new issue