Add laptop module
This commit is contained in:
parent
2888303bb0
commit
559a477e05
5 changed files with 49 additions and 13 deletions
|
@ -20,9 +20,7 @@ in rec {
|
|||
hostname = "morty";
|
||||
username = "ephase";
|
||||
hostConfig = {
|
||||
gaming = true;
|
||||
desktop = true;
|
||||
laptop = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
|
@ -37,9 +35,7 @@ in rec {
|
|||
hostname = "mrmeeseeks";
|
||||
username = "ephase";
|
||||
hostConfig = {
|
||||
gaming = true;
|
||||
desktop = true;
|
||||
laptop = false;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
|
@ -54,9 +50,7 @@ in rec {
|
|||
hostname = "luci";
|
||||
username = "ephase";
|
||||
hostConfig = {
|
||||
gaming = false;
|
||||
desktop = true;
|
||||
laptop = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue