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 = {
|
||||
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 = {
|
||||
type = "luks";
|
||||
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 = {
|
||||
type = "btrfs";
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
wineWowPackages.waylandFull
|
||||
mangohud
|
||||
protonup
|
||||
protonup-ng
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
# Office
|
||||
libreoffice
|
||||
onlyoffice-bin
|
||||
onlyoffice-desktopeditors
|
||||
hunspell
|
||||
hunspellDicts.fr-reforme1990
|
||||
hunspellDicts.fr-any
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-lgc-plus
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
cantarell-fonts
|
||||
unstable.adwaita-fonts
|
||||
twitter-color-emoji
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.kanidm = {
|
||||
package = pkgs.kanidmWithSecretProvisioning_1_7;
|
||||
|
||||
enableClient = true;
|
||||
|
||||
clientSettings = {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ in {
|
|||
# Messaging
|
||||
discord
|
||||
vesktop
|
||||
whatsapp-for-linux
|
||||
wasistlos
|
||||
# signal-desktop
|
||||
element-desktop
|
||||
fractal
|
||||
|
|
@ -60,7 +60,7 @@ in {
|
|||
helvum
|
||||
local.quadcastrgb
|
||||
euphonica
|
||||
local.KhinsiderDownloader
|
||||
#local.KhinsiderDownloader
|
||||
|
||||
# Games
|
||||
heroic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue