wip: jitsi
This commit is contained in:
parent
8198028612
commit
dbb0d71b2b
1 changed files with 2 additions and 5 deletions
|
@ -4,6 +4,7 @@
|
||||||
modulesPath,
|
modulesPath,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
#networking.hostName = "jitsi"; # Define your hostname.
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
@ -24,13 +25,9 @@
|
||||||
nix.package = pkgs.lix;
|
nix.package = pkgs.lix;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
#nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
|
./hardware-configuration.nix
|
||||||
#./hardware-configuration.nix
|
|
||||||
#./boot.nix
|
|
||||||
#./hardware-configuration.nix
|
|
||||||
|
|
||||||
../../modules/locale.nix
|
../../modules/locale.nix
|
||||||
#../../modules/game/server/factorio/factorio.nix
|
|
||||||
|
|
||||||
(modulesPath + "/profiles/perlless.nix")
|
(modulesPath + "/profiles/perlless.nix")
|
||||||
(modulesPath + "/profiles/minimal.nix")
|
(modulesPath + "/profiles/minimal.nix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue