generify more and disable onlyoffice

This commit is contained in:
Lillian Violet 2024-12-23 01:32:34 +01:00
parent dbbe13b315
commit 8c454565d8
7 changed files with 29 additions and 57 deletions

View file

@ -2,7 +2,6 @@
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
{
inputs,
outputs,
pkgs,
config,
...
@ -75,13 +74,6 @@
users.users.lillian.extraGroups = ["gamemode"];
home-manager = {
extraSpecialArgs = {inherit inputs outputs;};
users = {
# Import your home-manager configuration
lillian = import ../../../home-manager/hosts/GLaDOS;
};
};
networking = {
# virtualisation.waydroid.enable = false;
hostName = "GLaDOS";