framework-2024-10-23-12-19-30

This commit is contained in:
Alexander Szczepanski
2024-10-23 12:19:30 +02:00
parent f702250342
commit 0f4c67b5a7
2 changed files with 27 additions and 55 deletions

View File

@ -53,19 +53,16 @@ in
};
boot = {
kernelPackages = pkgs.linuxPackages_testing;
kernelPackages = pkgs.linuxPackages_latest;
initrd.systemd.enable = true;
loader = {
systemd-boot.enable = true;
efi = { canTouchEfiVariables = true; };
};
tmp.useTmpfs = false;
};
# nixpkgs.config = {
# allowUnfree = true;
# };
# nixpkgs.localSystem = {
# gcc.arch = "alderlake";
# gcc.tune = "alderlake";
@ -140,31 +137,6 @@ in
pulse.enable = true;
};
# samba = {
# enable = true;
# securityType = "user";
# extraConfig = ''
# workgroup = WORKGROUP
# server string = server
# netbios name = server
# security = user
# guest account = nobody
# map to guest = bad user
# logging = systemd
# max log size = 50
# '';
# shares = {
# storage = {
# path = "/home/alex/storage";
# browseable = "yes";
# "read only" = "no";
# "guest ok" = "no";
# "create mask" = "0644";
# "directory mask" = "0755";
# };
# };
# };
borgbackup.jobs.home = rec {
compression = "auto,zstd";
encryption = {