mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-21 01:17:53 +01:00
nixfmt
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
{ lib, values, ... }:
|
||||
let
|
||||
# See microbel:/etc/exports
|
||||
letters = [ "a" "b" "c" "d" "h" "i" "j" "k" "l" "m" "z" ];
|
||||
letters = [
|
||||
"a"
|
||||
"b"
|
||||
"c"
|
||||
"d"
|
||||
"h"
|
||||
"i"
|
||||
"j"
|
||||
"k"
|
||||
"l"
|
||||
"m"
|
||||
"z"
|
||||
];
|
||||
in
|
||||
{
|
||||
systemd.targets."pvv-homedirs" = {
|
||||
|
||||
Reference in New Issue
Block a user