hosts/*: home.universe -> universe
This commit is contained in:
parent
8137d242e6
commit
e6aaf12795
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
virtualisation.enable = true;
|
||||
|
||||
home.universe.programming.all.enable = true;
|
||||
universe.programming.all.enable = true;
|
||||
|
||||
home.home.packages = with pkgs; [
|
||||
arduino
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
hardware.form.server = true;
|
||||
};
|
||||
|
||||
home.universe.programming.all.enable = true;
|
||||
universe.programming.all.enable = true;
|
||||
|
||||
boot.loader.timeout = 5;
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.universe.programming.all.enable = true;
|
||||
universe.programming.all.enable = true;
|
||||
|
||||
services.fprintd.enable = true;
|
||||
virtualisation.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue