tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Manual code cleanup
encode42.dev
4 months ago
cd408e78
d7f21395
+6
-34
24 changed files
expand all
collapse all
unified
split
hardware
cpu
intel.nix
homes
shared
desktop
firefox.nix
hosts
decryption
hardware-configuration.nix
homes
encode42.nix
users
career.nix
encode42.nix
encryption
users
career.nix
encode42.nix
index
config
language
omnipoly.nix
sharing
rtorrent.nix
hardware-configuration.nix
users
encode42.nix
prospect
hardware-configuration.nix
homes
encode42.nix
guest.nix
users
encode42.nix
guest.nix
modules
common
home-manager.nix
server
zfs.nix
packages
desktop
winboat.nix
server
groupware
radicale.nix
language
languagetool.nix
users
career
common
default.nix
encode42
common
default.nix
-1
hardware/cpu/intel.nix
···
1
1
{
2
2
-
lib,
3
2
nixos-hardware,
4
3
isLaptop,
5
4
...
-2
homes/shared/desktop/firefox.nix
···
1
1
{
2
2
lib,
3
3
-
firefox-addons,
4
4
-
pkgs,
5
3
...
6
4
}:
7
5
-1
hosts/decryption/hardware-configuration.nix
···
1
1
{
2
2
config,
3
3
lib,
4
4
-
pkgs,
5
4
modulesPath,
6
5
...
7
6
}:
-1
hosts/decryption/homes/encode42.nix
···
1
1
{
2
2
flakeRoot,
3
3
pkgs,
4
4
-
pkgs-unstable,
5
4
...
6
5
}:
7
6
-2
hosts/decryption/users/career.nix
···
1
1
{
2
2
-
lib,
3
2
flakeRoot,
4
4
-
pkgs,
5
3
...
6
4
}:
7
5
-2
hosts/decryption/users/encode42.nix
···
1
1
{
2
2
-
lib,
3
2
flakeRoot,
4
4
-
pkgs,
5
3
...
6
4
}:
7
5
-2
hosts/encryption/users/career.nix
···
1
1
{
2
2
-
lib,
3
2
flakeRoot,
4
4
-
pkgs,
5
3
...
6
4
}:
7
5
-2
hosts/encryption/users/encode42.nix
···
1
1
{
2
2
-
lib,
3
2
flakeRoot,
4
4
-
pkgs,
5
3
...
6
4
}:
7
5
+1
-1
hosts/index/config/language/omnipoly.nix
···
1
1
-
{ config, flakeRoot, ... }:
1
1
+
{ flakeRoot, ... }:
2
2
3
3
let
4
4
omnipolyModule = import (flakeRoot + /packages/server/language/omnipoly.nix) {
-1
hosts/index/config/sharing/rtorrent.nix
···
1
1
{
2
2
flakeRoot,
3
3
-
config,
4
3
lib,
5
4
...
6
5
}:
-1
hosts/index/hardware-configuration.nix
···
1
1
{
2
2
config,
3
3
lib,
4
4
-
pkgs,
5
4
modulesPath,
6
5
...
7
6
}:
-2
hosts/index/users/encode42.nix
···
1
1
{
2
2
-
lib,
3
2
flakeRoot,
4
4
-
pkgs,
5
3
...
6
4
}:
7
5
-1
hosts/prospect/hardware-configuration.nix
···
4
4
{
5
5
config,
6
6
lib,
7
7
-
pkgs,
8
7
modulesPath,
9
8
...
10
9
}:
-2
hosts/prospect/homes/encode42.nix
···
1
1
{
2
2
flakeRoot,
3
3
-
pkgs,
4
4
-
pkgs-unstable,
5
3
...
6
4
}:
7
5
-2
hosts/prospect/homes/guest.nix
···
1
1
{
2
2
flakeRoot,
3
3
-
pkgs,
4
4
-
pkgs-unstable,
5
3
...
6
4
}:
7
5
-2
hosts/prospect/users/encode42.nix
···
1
1
{
2
2
-
lib,
3
2
flakeRoot,
4
4
-
pkgs,
5
3
...
6
4
}:
7
5
-1
hosts/prospect/users/guest.nix
···
1
1
{
2
2
config,
3
3
lib,
4
4
-
flakeRoot,
5
4
pkgs,
6
5
...
7
6
}:
+1
-1
modules/common/home-manager.nix
···
31
31
};
32
32
};
33
33
34
34
-
environment.systemPackages = with pkgs; [
34
34
+
environment.systemPackages = [
35
35
home-manager
36
36
];
37
37
}
-2
modules/server/zfs.nix
···
1
1
-
{ config, pkgs, ... }:
2
2
-
3
1
{
4
2
boot.supportedFilesystems = [ "zfs" ];
5
3
boot.zfs.forceImportRoot = false;
+2
-2
packages/desktop/winboat.nix
···
2
2
3
3
{
4
4
environment.systemPackages = with pkgs; [
5
5
-
pkgs.freerdp3
6
6
-
pkgs.docker-compose
5
5
+
freerdp3
6
6
+
docker-compose
7
7
pkgs-winboat.winboat
8
8
];
9
9
+2
packages/server/groupware/radicale.nix
···
2
2
hosts ? [ ],
3
3
}:
4
4
5
5
+
{ flakeLib, ... }:
6
6
+
5
7
{
6
8
services.radicale = {
7
9
enable = true;
-1
packages/server/language/languagetool.nix
···
1
1
{
2
2
-
config,
3
2
pkgs,
4
3
pkgs-personal,
5
4
lib,
-1
users/career/common/default.nix
···
1
1
{
2
2
flakeRoot,
3
3
-
pkgs,
4
3
...
5
4
}:
6
5
-1
users/encode42/common/default.nix
···
1
1
{
2
2
flakeRoot,
3
3
-
pkgs,
4
3
...
5
4
}:
6
5