This website requires JavaScript.
Explore
Help
Sign In
materus
/
nixos-config
mirror of
https://github.com/materusPL/nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6a1700f0b7
nixos-config
/
configurations
/
host
/
waffentrager
/
services
/
auth
/
default.nix
11 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
waffentrager: samba changes
2024-04-12 09:56:47 +02:00
{
config
,
materusArg
,
lib
,
pkgs
,
.
.
.
}:
{
imports
=
[
]
;
waffentrager: disable samba ad
2024-07-09 23:45:39 +02:00
config
=
waffentrager: samba changes
2024-04-12 09:56:47 +02:00
{
}
;
}