refactor(sys): systemModules -> ooknet
This commit is contained in:
parent
63c39a89ed
commit
104df464f9
52 changed files with 69 additions and 69 deletions
|
|
@ -9,7 +9,7 @@ in
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
systemModules.host = {
|
||||
ooknet.host = {
|
||||
name = "ooksdesk";
|
||||
type = "desktop";
|
||||
function = [ "workstation" "gaming" ];
|
||||
|
|
@ -27,7 +27,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemModules.networking.tailscale = {
|
||||
ooknet.networking.tailscale = {
|
||||
enable = true;
|
||||
client = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ in
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
systemModules.host = {
|
||||
ooknet.host = {
|
||||
name = "ooksmedia";
|
||||
type = "desktop";
|
||||
function = [
|
||||
|
|
@ -35,7 +35,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemModules.networking.tailscale = {
|
||||
ooknet.networking.tailscale = {
|
||||
enable = true;
|
||||
server = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
|
||||
activeProfiles = ["base" "laptop"];
|
||||
|
||||
systemModules.user = {
|
||||
ooknet.user = {
|
||||
ooks.enable = true;
|
||||
shell.fish.enable = true;
|
||||
};
|
||||
|
||||
systemModules.laptop.power = {
|
||||
ooknet.laptop.power = {
|
||||
powersave = {
|
||||
minFreq = 800;
|
||||
maxFreq = 1600;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ in
|
|||
];
|
||||
|
||||
|
||||
systemModules.host = {
|
||||
ooknet.host = {
|
||||
name = "ookst480s";
|
||||
type = "laptop";
|
||||
function = [ "workstation" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue