mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove old profiles
This commit is contained in:
parent
034cbe0cd0
commit
40fc860b6e
4 changed files with 1 additions and 30 deletions
|
@ -40,7 +40,7 @@
|
|||
"${pkgs.curl}/bin/curl --silent https://log.bck.me/nixos-report"
|
||||
"-H 'hostname: ${config.networking.hostName}'"
|
||||
"-H 'version: ${config.system.nixos.label}'"
|
||||
"-H 'imports: ${lib.concatMapStringsSep " " toString (pkgs.callPackage /etc/nixos/configuration.nix { }).imports}'"
|
||||
"-H 'sconfig: ${builtins.toJSON config.sconfig}'"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../modules/baseline.nix
|
||||
../modules/cli.nix
|
||||
../modules/gnome
|
||||
../modules/graphical.nix
|
||||
../modules/security-tools.nix
|
||||
];
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../modules/baseline.nix
|
||||
../modules/cli.nix
|
||||
../modules/sway
|
||||
../modules/graphical.nix
|
||||
../modules/security-tools.nix
|
||||
];
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../modules/auto-update.nix
|
||||
../modules/baseline.nix
|
||||
../modules/cli.nix
|
||||
];
|
||||
services.openssh.enable = true;
|
||||
}
|
Loading…
Reference in a new issue