mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
chore: rename hosts
This commit is contained in:
parent
c9e7e493d8
commit
a263b4177a
13 changed files with 121 additions and 22 deletions
44
profiles/home/hotel/default.nix
Normal file
44
profiles/home/hotel/default.nix
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.hotel = lib.mkEnableOption "is this a hotel host";
|
||||
config = lib.mkIf config.swarselprofiles.hotel {
|
||||
swarselmodules = {
|
||||
packages = lib.mkForce true;
|
||||
ownpackages = lib.mkForce true;
|
||||
general = lib.mkForce true;
|
||||
nixgl = lib.mkForce true;
|
||||
sops = lib.mkForce true;
|
||||
yubikey = lib.mkForce false;
|
||||
ssh = lib.mkForce true;
|
||||
stylix = lib.mkForce true;
|
||||
desktop = lib.mkForce true;
|
||||
symlink = lib.mkForce true;
|
||||
env = lib.mkForce false;
|
||||
programs = lib.mkForce true;
|
||||
nix-index = lib.mkForce true;
|
||||
direnv = lib.mkForce true;
|
||||
eza = lib.mkForce true;
|
||||
git = lib.mkForce false;
|
||||
fuzzel = lib.mkForce true;
|
||||
starship = lib.mkForce true;
|
||||
kitty = lib.mkForce true;
|
||||
zsh = lib.mkForce true;
|
||||
zellij = lib.mkForce true;
|
||||
tmux = lib.mkForce true;
|
||||
mail = lib.mkForce false;
|
||||
emacs = lib.mkForce true;
|
||||
waybar = lib.mkForce true;
|
||||
firefox = lib.mkForce true;
|
||||
gnome-keyring = lib.mkForce true;
|
||||
kdeconnect = lib.mkForce true;
|
||||
mako = lib.mkForce true;
|
||||
swayosd = lib.mkForce true;
|
||||
yubikeytouch = lib.mkForce true;
|
||||
sway = lib.mkForce true;
|
||||
kanshi = lib.mkForce true;
|
||||
gpgagent = lib.mkForce true;
|
||||
gammastep = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
50
profiles/nixos/hotel/default.nix
Normal file
50
profiles/nixos/hotel/default.nix
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.hotel = lib.mkEnableOption "is this a hotel host";
|
||||
config = lib.mkIf config.swarselprofiles.hotel {
|
||||
swarselmodules = {
|
||||
packages = lib.mkForce true;
|
||||
general = lib.mkForce true;
|
||||
home-manager = lib.mkForce true;
|
||||
xserver = lib.mkForce true;
|
||||
users = lib.mkForce true;
|
||||
sops = lib.mkForce true;
|
||||
env = lib.mkForce true;
|
||||
security = lib.mkForce true;
|
||||
systemdTimeout = lib.mkForce true;
|
||||
hardware = lib.mkForce true;
|
||||
pulseaudio = lib.mkForce true;
|
||||
pipewire = lib.mkForce true;
|
||||
network = lib.mkForce true;
|
||||
time = lib.mkForce true;
|
||||
stylix = lib.mkForce true;
|
||||
programs = lib.mkForce true;
|
||||
zsh = lib.mkForce true;
|
||||
syncthing = lib.mkForce true;
|
||||
blueman = lib.mkForce true;
|
||||
networkDevices = lib.mkForce true;
|
||||
gvfs = lib.mkForce true;
|
||||
interceptionTools = lib.mkForce true;
|
||||
swayosd = lib.mkForce true;
|
||||
ppd = lib.mkForce true;
|
||||
yubikey = lib.mkForce false;
|
||||
ledger = lib.mkForce true;
|
||||
keyboards = lib.mkForce true;
|
||||
login = lib.mkForce true;
|
||||
nix-ld = lib.mkForce true;
|
||||
impermanence = lib.mkForce true;
|
||||
nvd = lib.mkForce true;
|
||||
gnome-keyring = lib.mkForce true;
|
||||
sway = lib.mkForce true;
|
||||
xdg-portal = lib.mkForce true;
|
||||
distrobox = lib.mkForce true;
|
||||
appimage = lib.mkForce true;
|
||||
lid = lib.mkForce true;
|
||||
lowBattery = lib.mkForce true;
|
||||
lanzaboote = lib.mkForce true;
|
||||
autologin = lib.mkForce true;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue