Have I told you recently that I like editing comments?
This commit is contained in:
parent
ba24cee243
commit
bb19123e43
1 changed files with 5 additions and 7 deletions
12
flake.nix
12
flake.nix
|
@ -125,9 +125,6 @@
|
||||||
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -177,10 +174,11 @@
|
||||||
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 "${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
|
# "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 trust here.
|
# "installation-cd-base.nix" seems to be the canonical 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"
|
||||||
|
@ -241,8 +239,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` or
|
# Honestly unsure if I should be using `programs.zsh.envExtra`
|
||||||
# `programs.zsh.localVariables` here.
|
# or `programs.zsh.localVariables` here.
|
||||||
/*
|
/*
|
||||||
localVariables = {
|
localVariables = {
|
||||||
DISABLE_MAGIC_FUNCTIONS = true;
|
DISABLE_MAGIC_FUNCTIONS = true;
|
||||||
|
|
Loading…
Reference in a new issue