env
This commit is contained in:
parent
a425c0a14e
commit
836a7e0e2c
2 changed files with 20 additions and 0 deletions
11
system/btrfs.nix
Normal file
11
system/btrfs.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{...}: {
|
||||||
|
services.btrfs.autoScrub = {
|
||||||
|
enable = true;
|
||||||
|
interval = "Fri 07:00";
|
||||||
|
fileSystems = [
|
||||||
|
"/persist"
|
||||||
|
"/nix"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
9
system/env.nix
Normal file
9
system/env.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{...}: {
|
||||||
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
EDITOR = "hx";
|
||||||
|
VISUAL = "hx";
|
||||||
|
FLAKE = "/home/lilith/nixos";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue