hosts/*: set info.loc
This commit is contained in:
parent
394bba5605
commit
b36919c762
5 changed files with 10 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
system.stateVersion = "21.11";
|
||||
|
||||
info.loc.home = true;
|
||||
|
||||
persist = {
|
||||
directories = [
|
||||
"/home"
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
info.loc.purdue = true;
|
||||
|
||||
persist = {
|
||||
directories = [
|
||||
"/home"
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
info.loc.purdue = true;
|
||||
|
||||
modules = {
|
||||
boot = {
|
||||
grub.enable = true;
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
info.loc.home = true;
|
||||
|
||||
modules = {
|
||||
boot = {
|
||||
grub.enable = true;
|
||||
|
|
|
@ -31,7 +31,8 @@ in
|
|||
};
|
||||
stationary = mkBoolOpt false;
|
||||
loc = {
|
||||
home = mkBoolOpt config.info.stationary;
|
||||
home = mkBoolOpt false;
|
||||
purdue = mkBoolOpt false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue