Way too massive refactoring
This commit is contained in:
parent
113d68be68
commit
24aac9708b
49 changed files with 481 additions and 407 deletions
|
@ -1,14 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
networking.hostName = "syncthing";
|
||||
|
||||
imports = [
|
||||
../base.nix
|
||||
../users/vili.nix
|
||||
../shared/base.nix
|
||||
../shared/users/vili.nix
|
||||
|
||||
../servers/syncthing.nix
|
||||
];
|
||||
|
||||
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
|
||||
users.users.vili.hashedPasswordFile = lib.mkForce null;
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
services.qemuGuest.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue