refactoring for iServer and isWorkstation: part 2
This commit is contained in:
parent
af1d9ac368
commit
021ab24e79
15 changed files with 116 additions and 131 deletions
|
|
@ -1,4 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./home-manager.nix
|
||||
./nix.nix
|
||||
./services.nix
|
||||
];
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "bkp";
|
||||
users.user = import ../../../users/servers/user.nix;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue