mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Refactor: Moved profiles/*/home to users/kat/... Reorganised
users/kat/...
This commit is contained in:
parent
99da1a04e4
commit
82d22bf87b
82 changed files with 302 additions and 428 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue