43ac1228f4
system/wireguard: revamp to use sugarcane as host
2022-02-02 16:51:32 +07:00
41c4362136
treewide: decouple home-manager
2022-02-02 00:27:17 +07:00
634e1c5cdf
system/greetd: fix missing envvar
2022-01-17 11:49:45 +07:00
f8f0efa256
system/greetd: init
2022-01-17 11:31:11 +07:00
d8903b5bd7
system/security: allow more firewall port ranges
2022-01-11 11:39:56 +07:00
ff5273b720
overlays/nix: init from system/nix
2021-12-18 19:44:10 +07:00
7b8d93bd7a
system/nix: use nix 2.5pre20211007_844dd90
2021-12-07 13:52:11 +07:00
2426a3469e
system/packages: add jq
2021-11-25 12:26:06 +07:00
72f173d5a7
system/audio: lower pipewire quantum to 64
...
hopefully it works better now
2021-11-19 16:42:37 +07:00
76b6f7cfb8
flake: add devShells
...
exposed via nix registry :D
can be used in nix-direnv like `use flake shells#cs.osu`
2021-11-17 11:14:10 +07:00
8c75ba2a2d
treewide: yet another restructure
...
modules, overlays, and packages have their own default.nix re-exporting
things instead of reading file paths. slightly improves declarativeness.
wine-osu is removed; we're just using nix-gaming (for now).
our custom packages will now have to be accessed via pkgs.me instead of
just pkgs. helps know where it came from
future goals: get rid of our overlays completely, or at least not make
it replace anything from nixpkgs
2021-11-17 10:57:56 +07:00
5773d144aa
system/base: add self to flake registry
2021-11-16 23:47:25 +07:00
f91c64d71e
winter: rename to blossom
2021-11-02 00:53:56 +07:00
8ad1af7c05
wireguard: add strawberry
2021-10-07 11:45:54 +07:00
8a92f00e3b
transmission: properly setup rpc
2021-10-06 23:00:21 +07:00
bb652d19e7
transmission: open firewall ports
2021-10-06 22:56:54 +07:00
4404b67170
transmission: init
2021-10-06 22:38:07 +07:00
43632a9f50
wireguard: init module
2021-09-20 22:45:51 +07:00
1e370e35f3
security: enable firewall
2021-09-20 22:45:51 +07:00
6427297c9e
security: set openssh.hostKeys
2021-09-20 14:46:29 +00:00
b2ee6c9604
wine: switch to nix-gaming's wine-tkg
2021-09-04 14:14:42 +07:00
a409168102
sshd: allow x11 forwarding
2021-08-22 15:27:22 +07:00
6d5d7e1535
winter: add apricot sshfs mount
2021-08-22 15:27:22 +07:00
7b3025c984
zsh: use hostname in nr abbr
2021-08-21 18:38:49 +07:00
304335ea65
host: fix enableGUI
2021-08-21 18:38:03 +07:00
de6d9a42b2
refactor: move host-specific modules to hosts/
2021-08-21 18:38:00 +07:00
d859e671f9
networking: rename to host-specific module
2021-08-21 17:48:13 +07:00
16c5912449
filesystem: disable nfs for now
2021-08-21 00:52:21 +07:00
d7c351894c
add nfs
2021-07-28 16:01:48 +07:00
0269d121b0
add adb
2021-07-28 15:04:09 +07:00
7b1ee73f2a
enable os-prober
2021-07-23 10:23:26 +07:00
c9c76d88cb
fstab changes
...
set defaults for btrfs mounts
set relatime for normal mounts
set noatime for some btrfs mounts (like /nix which i _never_ need to
know when something was accessed)
2021-07-21 22:12:11 +07:00
141298ef6b
add ntfs3g
2021-07-21 22:01:41 +07:00
c54ad54ae8
set default governor to ondemand
2021-07-19 07:23:18 +07:00
a347f4affd
re-enable redistributable firmware
2021-07-16 08:44:27 +07:00
4408a2124e
move everything else in system config to base module
2021-07-16 07:23:59 +07:00
157a0177d9
split base system config into a module
2021-07-15 20:47:13 +07:00
a5495be32b
split nix options into a module
2021-07-15 20:47:13 +07:00
ab6049f578
splitting parts of system config
...
- hardware-configuration.nix separated into kernel-winter.nix and
filesystem-winter.nix
- kernel.nix split off into kernel-winter.nix
2021-07-15 20:47:11 +07:00
0f37f09199
formatting goes brrr
2021-07-15 19:59:41 +07:00
4e8e8f0fed
split system/gui into system/input
2021-07-15 19:59:41 +07:00
c86be50084
restructure
...
- users/rin/default.nix -> users/rin.nix
- users/rin/home.nix +-> users/rin.nix
- users/rin/*.nix -> modules/user/*.nix
- users/rin/scripts/ -> scripts/
- hosts/winter/default.nix -> hosts/winter.nix
- hosts/winter/*.nix -> modules/system/*.nix
- modules are dynamically imported as sets for system and user
2021-07-15 19:16:11 +07:00