home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e2ede8c0fd91ecdd5505eeac45ae867f6bd51610
parent aca12cb35dde29aa91a0d38e61e19d21e5d8046b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  5 Jun 2020 15:44:22 +0200

systems: enable home on …

hokkaido, okinawa, sakhalin and wakasu

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hokkaido.nix | 1+
Msystems/okinawa.nix | 1+
Msystems/sakhalin.nix | 1+
Msystems/wakasu.nix | 1+
4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -35,6 +35,7 @@ in }; profiles = { + home = true; laptop.enable = true; avahi.enable = true; git.enable = true; diff --git a/systems/okinawa.nix b/systems/okinawa.nix @@ -52,6 +52,7 @@ in }; profiles = { + home = true; avahi.enable = true; ssh.enable = true; syncthing.enable = true; diff --git a/systems/sakhalin.nix b/systems/sakhalin.nix @@ -57,6 +57,7 @@ in }; profiles = { + home = true; avahi.enable = true; git.enable = true; ssh.enable = true; diff --git a/systems/wakasu.nix b/systems/wakasu.nix @@ -48,6 +48,7 @@ in swapDevices = [{ device = "/dev/disk/by-uuid/c8c3308a-6ca6-4669-bad3-37a225af4083"; }]; profiles = { + home = true; dev.enable = true; desktop.autoLogin = true; docker.enable = true;