hosts/*: set info.loc

This commit is contained in:
Infinidoge 2024-01-31 17:22:32 -05:00
parent 394bba5605
commit b36919c762
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
5 changed files with 10 additions and 1 deletions

View file

@ -6,6 +6,8 @@
system.stateVersion = "21.11";
info.loc.home = true;
persist = {
directories = [
"/home"

View file

@ -6,6 +6,8 @@
system.stateVersion = "23.05";
info.loc.purdue = true;
persist = {
directories = [
"/home"

View file

@ -8,6 +8,8 @@
system.stateVersion = "23.05";
info.loc.purdue = true;
modules = {
boot = {
grub.enable = true;

View file

@ -8,6 +8,8 @@
system.stateVersion = "22.05";
info.loc.home = true;
modules = {
boot = {
grub.enable = true;

View file

@ -31,7 +31,8 @@ in
};
stationary = mkBoolOpt false;
loc = {
home = mkBoolOpt config.info.stationary;
home = mkBoolOpt false;
purdue = mkBoolOpt false;
};
};