03e5a0ffda
style: format using nixfmt-rfc-style
2024-08-19 12:38:46 +02:00
cb9eea8a79
linux: use LTS kernel 6.6 again
2024-06-16 19:36:36 +02:00
472474ffda
tree-wide: remove top-level "with lib;"
2024-06-13 02:14:52 +02:00
607bc5b9ed
linux: use testing kernel
2024-05-27 10:58:41 +02:00
bae27118f1
chore: flake updates, default to new lts kernel 6.6
2023-12-16 00:40:57 +01:00
a407fc1582
fix: comment
2023-12-04 12:38:13 +01:00
a6e5630927
feat: convert to flake-parts
...
Thanks @b12f
2023-11-10 19:48:06 +01:00
8a0113659c
feat: use linux kernel 6.5
2023-09-21 13:57:00 +02:00
bd91b609b5
core: use linux 6.4
2023-07-02 02:48:10 +02:00
4c4e889e27
core: use linux_testing 6.4-rc kernel
2023-05-18 00:05:45 +02:00
69f842bd6e
core: experimental linux kernel version 6.4-rc0
2023-04-26 14:22:06 +02:00
e7b03b9770
dumpyourvms: core: use linuxPackages_6_1 and add
...
check for kernel version for WiFi kernel module pre-sleep + post-sleep
hook
2023-04-26 12:54:38 +02:00
b3711c5ec2
Merge branch 'main' into teutat3s
2023-03-27 10:45:49 +02:00
5b1f2dcc23
core: use latest linux kernel 6.2
2023-03-16 11:49:12 +01:00
7b62e887cb
Use linux kernel 6.1 (LTS)
2023-03-14 14:27:08 +01:00
858fd257a4
define settings as defaults
2023-02-26 21:51:13 +01:00
dca0bd978d
Apply treefmt
2023-01-28 21:49:10 +01:00
73bf158392
Run treefmt command
2022-11-20 23:28:23 +01:00
hensoko
1181cd6fea
Improve core module ( #132 )
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/132
Reviewed-by: Benjamin Bädorf <hello@benjaminbaedorf.eu>
2022-10-02 01:17:34 +00:00
f9b7c9e3c9
Fix build
2022-08-14 20:09:38 +02:00
46992c46d6
Add parameter for swapfile offset
2022-08-14 19:59:01 +02:00
aabe96a335
Fix hibernation config
2022-08-14 18:11:25 +02:00
4c0991c7e1
Put always hibernate behind a flag
...
Hibernation is now a core option:
```
pub-solar.core.hibernation.enable = true;
```
And there's a paranoia mode, that keeps the disk encrypted as much as
possible by enabling hibernation and removing the options for sleep,
screen locking.
Idle locking now hibernates, and it does it on very short notice.
2022-08-14 17:10:30 +02:00
98a537d287
Merge branch 'main' into feat/hibernate-always
2022-08-14 15:27:01 +02:00
4190818304
Rework of x-os module / core profile
...
* move core settings to x-os
* add option to only install a lite core
* rename x-os module to core
* remove core profile from flake.nix
2022-08-14 14:47:44 +02:00