aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/configuration.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-19 00:01:14 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-19 00:01:14 -0700
commit8976441188db64b5bcd0def77874968a03ac51a5 (patch)
tree6700c80f2f54f6e03f630cf5899ba6aa749b7538 /hosts/copenhagen/configuration.nix
parent65174b4b5c05bb143e6681a4cbcd0a95f04987e2 (diff)
Create core module
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
-rw-r--r--hosts/copenhagen/configuration.nix31
1 files changed, 1 insertions, 30 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix
index 21a2e98..d05d9a0 100644
--- a/hosts/copenhagen/configuration.nix
+++ b/hosts/copenhagen/configuration.nix
@@ -3,6 +3,7 @@
{
imports = [
./hardware-configuration.nix
+ ../../core
../../roles
];
@@ -11,32 +12,6 @@
networking.hostName = "copenhagen";
time.timeZone = "America/Los_Angeles";
- # home-manager = {
- # extraSpecialArgs = { inherit inputs; };
- # users = {
- # "c" = import ./home.nix;
- # };
- # };
-
- environment = {
- localBinInPath = true;
-
- interactiveShellInit = ''
- alias lsa="ls -lAsh"
- alias c="codium ."
- alias p="nix-shell -p"
-
- mkcd() {
- mkdir -p "$1"
- cd "$1"
- }
- '';
-
- variables = {
- EDITOR = "${pkgs.vim}/bin/vim";
- };
- };
-
users.users = {
root.password = "password";
@@ -51,10 +26,6 @@
(writeShellScriptBin "rb" "sudo nixos-rebuild switch --flake /etc/nixos#copenhagen")
(writeShellScriptBin "rbf" "sudo nixos-rebuild switch --flake path:/etc/nixos#copenhagen")
- git
- vim
- wget
- killall
ffmpeg
];