Solving some more errors
This commit is contained in:
parent
898becc113
commit
f7f81c1c2e
5 changed files with 15 additions and 15 deletions
|
|
@ -19,18 +19,16 @@
|
||||||
};
|
};
|
||||||
luks = {
|
luks = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
|
|
||||||
settings = {
|
|
||||||
# if you want to use the key for interactive login be sure there is no trailing newline
|
|
||||||
# for example use `echo -n "password" > /tmp/secret.key`
|
|
||||||
keyFile = "/tmp/secret.key";
|
|
||||||
allowDiscards = true;
|
|
||||||
};
|
|
||||||
# additionalKeyFiles = [ "/tmp/additionalSecret.key" ];
|
|
||||||
|
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted";
|
name = "crypted";
|
||||||
|
settings = {
|
||||||
|
# if you want to use the key for interactive login be sure there is no trailing newline
|
||||||
|
# for example use `echo -n "password" > /tmp/secret.key`
|
||||||
|
# keyFile = "/tmp/secret.key";
|
||||||
|
allowDiscards = true;
|
||||||
|
};
|
||||||
|
# additionalKeyFiles = [ "/tmp/additionalSecret.key" ];
|
||||||
|
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wineWowPackages.waylandFull
|
wineWowPackages.waylandFull
|
||||||
mangohud
|
mangohud
|
||||||
protonup
|
protonup-ng
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
libreoffice
|
libreoffice
|
||||||
onlyoffice-bin
|
onlyoffice-desktopeditors
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.fr-reforme1990
|
hunspellDicts.fr-reforme1990
|
||||||
hunspellDicts.fr-any
|
hunspellDicts.fr-any
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-lgc-plus
|
noto-fonts-lgc-plus
|
||||||
noto-fonts-emoji
|
noto-fonts-color-emoji
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
unstable.adwaita-fonts
|
unstable.adwaita-fonts
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.kanidm = {
|
services.kanidm = {
|
||||||
|
package = pkgs.kanidmWithSecretProvisioning_1_7;
|
||||||
|
|
||||||
enableClient = true;
|
enableClient = true;
|
||||||
|
|
||||||
clientSettings = {
|
clientSettings = {
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ in {
|
||||||
# Messaging
|
# Messaging
|
||||||
discord
|
discord
|
||||||
vesktop
|
vesktop
|
||||||
whatsapp-for-linux
|
wasistlos
|
||||||
# signal-desktop
|
# signal-desktop
|
||||||
element-desktop
|
element-desktop
|
||||||
fractal
|
fractal
|
||||||
|
|
@ -60,7 +60,7 @@ in {
|
||||||
helvum
|
helvum
|
||||||
local.quadcastrgb
|
local.quadcastrgb
|
||||||
euphonica
|
euphonica
|
||||||
local.KhinsiderDownloader
|
#local.KhinsiderDownloader
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
heroic
|
heroic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue