Refactor: Moved profiles/*/home to users/kat/... Reorganised

users/kat/...
This commit is contained in:
kat witch 2021-05-06 15:43:59 +01:00
parent 99da1a04e4
commit 82d22bf87b
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
82 changed files with 302 additions and 428 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, profiles, ... }:
{ config, users, lib, pkgs, profiles, ... }:
with lib;
@ -6,7 +6,7 @@ with lib;
imports = [
./hw.nix
# profiles
profiles.kat
users.kat.server
# host-specific services
./virtualhosts.nix
# services

View file

@ -1,8 +1,14 @@
{ config, pkgs, profiles, ... }:
{ config, users, pkgs, profiles, ... }:
{
imports =
[ ./hw.nix profiles.gui profiles.sway profiles.kat profiles.laptop ];
imports = [
./hw.nix
profiles.gui
profiles.sway
profiles.laptop
users.kat.sway
users.kat.gui
];
deploy.target = "mbp";

View file

@ -1,7 +1,7 @@
{ config, pkgs, profiles, ... }:
{ config, users, pkgs, profiles, ... }:
{
imports = [ ./hw.nix profiles.kat profiles.laptop ];
imports = [ ./hw.nix profiles.laptop ];
deploy.target = "slow";

View file

@ -1,4 +1,4 @@
{ tf, config, pkgs, lib, profiles, sources, ... }:
{ tf, config, users, pkgs, lib, profiles, sources, ... }:
with lib;
@ -11,7 +11,7 @@ in {
./hw.nix
profiles.gui
profiles.sway
profiles.kat
users.kat.guiFull
../../../services/zfs.nix
../../../services/restic.nix
../../../services/nginx.nix

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, profiles, ... }:
{ config, users, pkgs, lib, profiles, ... }:
with lib;
@ -13,8 +13,8 @@ with lib;
../../../services/nginx.nix
profiles.gui
profiles.sway
profiles.kat
profiles.laptop
users.kat.guiFull
];
deploy.target = "personal";