mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-02-02 07:45:16 +01:00
refactor to base.nix
This commit is contained in:
parent
083de5031e
commit
66e1f407fe
@ -17,9 +17,6 @@
|
|||||||
../../modules/ssh-client.nix
|
../../modules/ssh-client.nix
|
||||||
../../modules/ssh-server.nix
|
../../modules/ssh-server.nix
|
||||||
|
|
||||||
../../modules/btrfs-scrub.nix
|
|
||||||
../../modules/btrfs-mount-options.nix
|
|
||||||
|
|
||||||
#../../modules/headless.nix
|
#../../modules/headless.nix
|
||||||
#
|
#
|
||||||
#../../modules/kde.nix
|
#../../modules/kde.nix
|
||||||
|
@ -27,9 +27,6 @@
|
|||||||
../../modules/de-p1st-monitor.nix
|
../../modules/de-p1st-monitor.nix
|
||||||
../../modules/spin-down/hdparm.nix
|
../../modules/spin-down/hdparm.nix
|
||||||
../../modules/spin-down/hd-idle.nix
|
../../modules/spin-down/hd-idle.nix
|
||||||
|
|
||||||
../../modules/btrfs-scrub.nix
|
|
||||||
../../modules/btrfs-mount-options.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaHedgehog";
|
networking.hostName = "yodaHedgehog";
|
||||||
|
@ -31,9 +31,6 @@
|
|||||||
../../modules/de-p1st-monitor.nix
|
../../modules/de-p1st-monitor.nix
|
||||||
../../modules/spin-down/hdparm.nix
|
../../modules/spin-down/hdparm.nix
|
||||||
../../modules/spin-down/hd-idle.nix
|
../../modules/spin-down/hd-idle.nix
|
||||||
|
|
||||||
../../modules/btrfs-scrub.nix
|
|
||||||
../../modules/btrfs-mount-options.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaNas";
|
networking.hostName = "yodaNas";
|
||||||
|
@ -19,9 +19,6 @@
|
|||||||
../../modules/ssh-server.nix
|
../../modules/ssh-server.nix
|
||||||
../../modules/lid-switch-handling.nix
|
../../modules/lid-switch-handling.nix
|
||||||
|
|
||||||
../../modules/btrfs-scrub.nix
|
|
||||||
../../modules/btrfs-mount-options.nix
|
|
||||||
|
|
||||||
#../../modules/headless.nix
|
#../../modules/headless.nix
|
||||||
#
|
#
|
||||||
#../../modules/kde.nix
|
#../../modules/kde.nix
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
../../modules/lid-switch-handling.nix
|
../../modules/lid-switch-handling.nix
|
||||||
#../../modules/package-list.nix
|
#../../modules/package-list.nix
|
||||||
|
|
||||||
../../modules/btrfs-scrub.nix
|
|
||||||
../../modules/btrfs-mount-options.nix
|
|
||||||
|
|
||||||
#../../modules/headless.nix
|
#../../modules/headless.nix
|
||||||
#
|
#
|
||||||
#../../modules/kde.nix
|
#../../modules/kde.nix
|
||||||
|
@ -18,9 +18,6 @@
|
|||||||
../../modules/lid-switch-handling.nix
|
../../modules/lid-switch-handling.nix
|
||||||
../../modules/sendmail-mta.nix
|
../../modules/sendmail-mta.nix
|
||||||
../../modules/journalwatch.nix
|
../../modules/journalwatch.nix
|
||||||
|
|
||||||
../../modules/btrfs-scrub.nix
|
|
||||||
../../modules/btrfs-mount-options.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
#foo = throw "NixOS rebuild boot required to update to 24.05";
|
#foo = throw "NixOS rebuild boot required to update to 24.05";
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Shell settings
|
# Filesystem settings.
|
||||||
#.
|
./btrfs-scrub.nix
|
||||||
|
./btrfs-mount-options.nix
|
||||||
|
|
||||||
|
# Shell settings.
|
||||||
./bash.nix # bash settings.
|
./bash.nix # bash settings.
|
||||||
./zsh.nix # zsh as default shell for yoda and root.
|
./zsh.nix # zsh as default shell for yoda and root.
|
||||||
./fzf.nix # Fuzzy command history and file search.
|
./fzf.nix # Fuzzy command history and file search.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user