Merge branch 'main' of ktiu.net:omniflake
This commit is contained in:
commit
a7fa8028b2
21 changed files with 297 additions and 209 deletions
|
|
@ -5,7 +5,7 @@
|
|||
home = "/home/alt";
|
||||
isSystemUser = true;
|
||||
group = "users";
|
||||
description = "Backup profile";
|
||||
description = "Alt";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
{
|
||||
services.btrbk = {
|
||||
extraPackages = [ pkgs.mbuffer ];
|
||||
instances.btrbk = {
|
||||
onCalendar = "hourly";
|
||||
settings = {
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
allowedTCPPorts = [ 4000 ];
|
||||
};
|
||||
|
||||
services.opensnitch.enable = true;
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_TIME = "en_GB.UTF-8";
|
||||
|
|
@ -59,7 +61,7 @@
|
|||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
# enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
|
@ -92,6 +94,7 @@
|
|||
openssh.enable = true;
|
||||
printing.enable = true;
|
||||
mullvad-vpn.enable = true;
|
||||
mullvad-vpn.package = pkgs.mullvad-vpn;
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
environment.systemPackages = with pkgs.gnome; [
|
||||
gnome-sound-recorder
|
||||
gnome-tweaks
|
||||
gedit
|
||||
gnome-boxes
|
||||
];
|
||||
}
|
||||
|
|
|
|||
11
system/lisa.nix
Normal file
11
system/lisa.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.lisa = {
|
||||
isNormalUser = true;
|
||||
description = "Lisa";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue